Skip to content

Support multiple Firebird ports on same host (fix #69)#87

Open
fdcastel wants to merge 10 commits intopauldex:mainfrom
fdcastel:fix-69
Open

Support multiple Firebird ports on same host (fix #69)#87
fdcastel wants to merge 10 commits intopauldex:mainfrom
fdcastel:fix-69

Conversation

@fdcastel
Copy link
Copy Markdown
Contributor

@fdcastel fdcastel commented Apr 16, 2026

Based on #82. Fixes #69.

Key driver_config server registrations by host:port instead of just host, so concurrent connections to the same host on different ports no longer overwrite each other. IPv6 hosts are bracketed to disambiguate their embedded colons.

Adds two unit tests in test/test_dialect.py covering the distinct-ports case and the default-port-omitted case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support multiple Firebird ports on same host

1 participant