Skip to content
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

Added Async support for DBAPI2 w/ implementation for psycopg #1944

Merged
merged 5 commits into from Dec 1, 2023

Conversation

zikphil
Copy link
Contributor

@zikphil zikphil commented Nov 30, 2023

Quick and dirty patch to introduce proper DBAPIv2 support for AsyncIO-based drivers, like psycopg. Cannot attest to full functionality but I will run on it for a while and report back or adjust if need be.

Update: Not sure why but when tried to reset my branch to run pre-commit it just closed the previous PR. So here is the new one with pre-commit hooks @basepi

Closes #1872

@github-actions github-actions bot added agent-python community Issues opened by the community triage Issues awaiting triage labels Nov 30, 2023
@basepi
Copy link
Contributor

basepi commented Nov 30, 2023

@elasticmachine, run elasticsearch-ci/docs

@basepi basepi merged commit 8ee719b into elastic:main Dec 1, 2023
85 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-python community Issues opened by the community triage Issues awaiting triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support for asynchronous psycopg3
2 participants