-
Notifications
You must be signed in to change notification settings - Fork 16
Fix "connection shutdown" exceptions. Fix #72. #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
fdcastel
wants to merge
9
commits into
pauldex:main
Choose a base branch
from
fdcastel:fix-72
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unfortunately the problem still persists. Performing a more thorough analysis. |
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. |
Thanks for all your hard work. I really appreciate that you have jumped in and contributed so much to this project.
Paul
From: F.D.Castel ***@***.***>
Sent: Friday, July 4, 2025 8:23 PM
To: pauldex/sqlalchemy-firebird ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [pauldex/sqlalchemy-firebird] Fix "connection shutdown" exceptions. Fix #72. (PR #83)
<https://avatars.githubusercontent.com/u/629408?s=20&v=4> fdcastel left a comment (pauldex/sqlalchemy-firebird#83) <#83 (comment)>
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 <FirebirdSQL/python3-driver#51> to the upstream project.
—
Reply to this email directly, view it on GitHub <#83 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABX7Z6Z422YMTAJNAJEPRYD3G5AKTAVCNFSM6AAAAACAYSRIGSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAMZXHAZTMOBZGE> .
You are receiving this because you are subscribed to this thread. <https://github.com/notifications/beacon/ABX7Z67NF7TZA4CZXIEP2XD3G5AKTA5CNFSM6AAAAACAYSRIGSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTVVCG3FW.gif> Message ID: ***@***.*** ***@***.***> >
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #82. Fix #72.