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

Close open transaction when session is closed #460

Merged
merged 1 commit into from
Jan 23, 2018

Commits on Jan 16, 2018

  1. Close open transaction when session is closed

    Instead of rolling it back. This was the previous behaviour that got
    unintentionally changed in 1.5.0 version of the driver. It makes more
    sense to close the transaction (which means commit or rollback based
    on it's state) than just silently rollback. So driver will adhere to
    `Transaction#success()` or `Transaction#failure()` markers when
    closing session with an open transaction.
    lutovich committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    b0d0935 View commit details
    Browse the repository at this point in the history