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

Add optional pool connections recycling #167

Merged
merged 1 commit into from
Feb 23, 2018
Merged

Add optional pool connections recycling #167

merged 1 commit into from
Feb 23, 2018

Conversation

drpoggi
Copy link
Contributor

@drpoggi drpoggi commented Feb 22, 2018

This basically copies what was done in aio-libs/aiopg/pull/373, the biggest difference being the test.

It's not clear to me how the test in aiopg was testing that the connection is actually being recycled. The test in this PR fails without the recycling logic, and passes with it. If I'm mistaken and the logic from the aiopg test is necessary please tell me and I'll add it here too.

Should I add a small note indicating this feature in the documentation somewhere?

Thanks

Copy link
Member

@jettify jettify left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jettify jettify merged commit 4a78b48 into aio-libs:master Feb 23, 2018
@jettify
Copy link
Member

jettify commented Feb 23, 2018

New version available https://pypi.python.org/pypi/aioodbc/0.3.0

@drpoggi
Copy link
Contributor Author

drpoggi commented Feb 23, 2018

Awesome, thanks @jettify for the fast merge and version release!

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.

2 participants