FirebirdSQL/python3-driver

firebird.driver.connect(dsn='host:/path/database.db') unexpected keyword argument 'dsn'

shvilime opened this issue · 2 comments

Is it possible to use param dsn in firebird.driver.connect, like describes on this doc page or is it problem with old documentation ?

the same problem with parameter - sql_dialect/dialect

It's the problem with documentation. Obviously, the examples in "Compliance to PyDB API 2.0" were not updated. The most authoritative documentation source is "Reference", followed by "Usage Guide".