Closed attid closed 1 year ago
Can confirm, I was having the same error while running on SQLAlchemy==2.0.16, sqlalchemy-firebird==2.0.0 and firebird-driver==1.8.0
TypeError: connect() got an unexpected keyword argument 'host'
Fixed in #53.
Related: #52.
Is using firebird+firebird with sqlalchemy-firebird in Python 3.10 considered a best practice?
Currently, I have two projects that utilize firebird+fdb, and they are functioning well.
Is using firebird+firebird with sqlalchemy-firebird in Python 3.10 considered a best practice?
Yes.
fdb
uses a legacy Firebird api and it is in maintenance-only state. It is being kept only for those who still need to connect with Firebird 2.5.
firebird-driver
uses the new Firebird 3.0+ api and is the recommended way to access Firebird from Python.
@pauldex Could you please release a 2.0.1 with this fix?
TypeError: connect() got an unexpected keyword argument 'host'
Fixed in #53.
Related: #52.
Also related: https://github.com/pauldex/sqlalchemy-firebird/issues/56
Sorry about the delay, but release 2.0.1 is now out with this fix
Describe the bug is it right ?
i use Python 3.10 and it work with firebird+fdb but i get error with firebird+firebird