FirebirdSQL / python3-driver

Firebird driver for Python that uses new Firebird API
https://www.firebirdsql.org/en/devel-python-driver/
MIT License
27 stars 10 forks source link

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

Closed shvilime closed 1 year ago

shvilime commented 1 year ago

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

shvilime commented 1 year ago

the same problem with parameter - sql_dialect/dialect

pcisar commented 1 year ago

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".