-
Notifications
You must be signed in to change notification settings - Fork 24
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
Implement Lifecycle
for MySqlConnection
#171
Conversation
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.
LGTM
390e266
to
ce02bee
Compare
I re-implement it with |
Looks like MySQL 5.6.x and below does not support Then I found that the reset status of So I reset the commit, sorry for that. |
ce02bee
to
390e266
Compare
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.
lgtm
Motivation:
Implement
Lifecycle
forMySqlConnection
. See also #64Modification:
The
MySqlConnection
.Result:
The
MySqlConnection
implementsLifecycle
and will rollback inpreRelease
.