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

Transaction error handling #737

Merged
merged 15 commits into from Oct 18, 2023

Conversation

thelonelyvulpes
Copy link
Contributor

@thelonelyvulpes thelonelyvulpes commented Oct 10, 2023

This change introduces a mechanism to remove undefined behaviors when the user code catches and ignores an exception and attempts to use a terminated transaction further.

  • When a result is a constituent of the transaction, and that transaction is terminated, all results are invalidated.

@thelonelyvulpes
Copy link
Contributor Author

thelonelyvulpes commented Oct 10, 2023

@thelonelyvulpes thelonelyvulpes marked this pull request as ready for review October 11, 2023 13:56
thelonelyvulpes and others added 2 commits October 17, 2023 21:53
…Tests.cs

Co-authored-by: Richard Irons <115992270+RichardIrons-neo4j@users.noreply.github.com>
@thelonelyvulpes thelonelyvulpes merged commit 3f560cf into neo4j:5.0 Oct 18, 2023
5 checks passed
@thelonelyvulpes thelonelyvulpes deleted the transaction-error-handling branch October 18, 2023 08:50
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.

None yet

2 participants