DBAPIError: (Connection failed) (TypeError) a float is required

Issue #544 resolved
Former user created an issue

sqlalchemy.create_engine('sqlite:///db.sqlite?isolation_level=IMMEDIATE&timeout=11')

the error "DBAPIError: (Connection failed) (TypeError) a float is required"

will raise up if I using number as param in URL presentation when connect,

but it works if I use standard connect_args to do so

Comments (3)

  1. Log in to comment