Skip to content

Fix asyncpg #164

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

Merged
merged 4 commits into from
May 16, 2025
Merged

Fix asyncpg #164

merged 4 commits into from
May 16, 2025

Conversation

levkk
Copy link
Collaborator

@levkk levkk commented May 15, 2025

Bug

  • Fix bad handling of extended protocol in async context. We were returning connections back into the pool while inside a transaction triggered by Parse, Describe, Flush flow from asyncpg. We now issue Sync in server cleanup and ensure the transaction is closed before the connection is returned back into the pool. Error when not declaring primary for read only DB #162

@levkk levkk merged commit f78ad63 into main May 16, 2025
4 checks passed
@levkk levkk deleted the levkk-fix-asyncpg branch May 16, 2025 00:09
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.

1 participant