FirebirdSQL / python3-driver

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

Fix failed connection to the server to the specified port. #28

Closed ant-zuev closed 10 months ago

ant-zuev commented 10 months ago

Fix for the issue #27. Added a port to the host if it is specified in a server config.

pcisar commented 10 months ago

Well spotted. Thanks.