-
Notifications
You must be signed in to change notification settings - Fork 32
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
Improve database connection API to actually close opened connections #108
Comments
This appears to have been officially deprecated now in pymysql (PyMySQL/PyMySQL@1ef6c58) due to PyMySQL/PyMySQL#735, so we should get to this fix in the next year, preferably sooner. |
I'm confused on this. Was the |
We're getting deprecation notices about this in test run outputs of ocflib now:
As for the most recent question on this, I realize I didn't actually respond to it. I think https://stackoverflow.com/a/31215864 does a much better job answering the core issue, so I'll link to that one. While we didn't implement our own version of it or anything, we do use connection objects with |
Taken from @chriskuehl's comment on #103:
The text was updated successfully, but these errors were encountered: