-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I have two different Firebird servers running on the same host, on different ports. This is so that I can migrate from the old version to the new on a database by database basis. This works fine with sqlalchemy using fdb.
Looking at https://github.com/pauldex/sqlalchemy-firebird/blob/main/sqlalchemy_firebird/firebird.py#L68 , this module assumes that there will only be one Firebird port on the host and updates the host registration with the latest connection port.
Could it instead register each host+port combination individually?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels