Skip to content

Conversation

@fdcastel
Copy link
Contributor

@fdcastel fdcastel commented Jul 4, 2025

Based on #82. Fix #72.

@fdcastel
Copy link
Contributor Author

fdcastel commented Jul 4, 2025

Unfortunately the problem still persists. Performing a more thorough analysis.

@fdcastel
Copy link
Contributor Author

fdcastel commented Jul 5, 2025

I've explored every possible solution in the SQLAlchemy dialect, but it seems the only place to fix this is in the Firebird Python driver.

I've submitted an issue to the upstream project.

@pauldex
Copy link
Owner

pauldex commented Jul 5, 2025 via email

@bkcsfi
Copy link

bkcsfi commented Jan 21, 2026

@fdcastel thanks for the PR, they fixed my issues.

I cloned this repo, applied your patches and vendored the results in my company gitlab.

@fdcastel
Copy link
Contributor Author

@bkcsfi Thanks for the feedback.

I’m working with the Firebird Foundation to move this repository to their GitHub organization, which will (hopefully) improve the project’s release and publishing processes.

@fdcastel
Copy link
Contributor Author

@bkcsfi I'm keeping unofficial builds of the firebird-driver and sqlalchemy-firebird packages at:

These can be used as direct dependencies by referencing the wheel files in your pyproject.toml, for example:

dependencies = [
    "firebird-driver @ https://github.com/fdcastel/python3-driver/releases/download/v2.0.3-beta2/firebird_driver-2.0.3b2-py3-none-any.whl",
    "sqlalchemy-firebird @ https://github.com/fdcastel/sqlalchemy-firebird/releases/download/v2.2.0-beta1/sqlalchemy_firebird-2.2-py3-none-any.whl",
]

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.

firebird driver - firebird.driver.types.DatabaseError: connection shutdown

3 participants