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

Fix leaking transaction, favor transaction from context over creating new one #29

Merged
merged 2 commits into from
May 26, 2021

Conversation

dawaa
Copy link
Contributor

@dawaa dawaa commented May 26, 2021

When doing operations within a transaction a new one was started rather
than using the current one, causing a "leaking" connection. This became
more evident when trying to run tests with only 1 connection pool.

dawaa added 2 commits May 26, 2021 10:10
When doing operations within a transaction a new one was started rather
than using the current one, causing a "leaking" connection. This became
more evident when trying to run tests with only 1 connection pool.
@joaonice joaonice merged commit f7120cb into seegno:master May 26, 2021
@joaonice
Copy link
Member

@dawaa thank you

@dawaa
Copy link
Contributor Author

dawaa commented May 26, 2021

@joaonice nice to see it merged so quickly, thanks. do you think it's possible to get a release out with this change in the near future?

@joaonice
Copy link
Member

@dawaa version 1.2.2 with this fix is now available

@dawaa
Copy link
Contributor Author

dawaa commented May 26, 2021

@joaonice superb, thanks a lot!

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