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 Transaction#isOpen() #374

Merged
merged 1 commit into from
May 18, 2017
Merged

Fix Transaction#isOpen() #374

merged 1 commit into from
May 18, 2017

Conversation

lutovich
Copy link
Contributor

It was previously reporting transactions marked for success/failure as closed which is not correct. Transaction will now be considered closed only after Transaction#close() call which executes commit/rollback.

It was previously reporting transactions marked for success/failure as
closed which is not correct. Transaction will now be considered closed
only after `Transaction#close()` call which executes commit/rollback.
@lutovich lutovich requested a review from zhenlineo May 18, 2017 14:00
@zhenlineo zhenlineo merged commit 85760c8 into neo4j:1.1 May 18, 2017
@lutovich lutovich deleted the 1.1-tx-isOpen branch May 18, 2017 22:26
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