-
Notifications
You must be signed in to change notification settings - Fork 5
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
Changed asyncpg to psycopg3 #94
Conversation
5666252
to
216a27e
Compare
Pull Request Test Coverage Report for Build 6962888761
💛 - Coveralls |
If the pool is initialized like this:
This way is going to be deprecated according to this warning: DeprecationWarning: opening the async pool AsyncConnectionPool in the constructor is deprecated and will not be supported anymore in a future release. Please use `await pool.open() That is why an extra parameter for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash merge
Signed-off-by: carlos.vdr <[email protected]>
a9d22a9
to
f35479e
Compare
No description provided.