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 #2888: error when commit/rollback on invalid transaction; fix error msg on nested transaction #3469

Merged
merged 3 commits into from
May 10, 2024

Conversation

ray6080
Copy link
Contributor

@ray6080 ray6080 commented May 9, 2024

I've got a bug introduced in #2953 when playing around the shell with transaction statements. Whenever there are errors thrown due to COMMIT/ROLLBACK, the error message is hidden due to the shell incorrectly assumes that COMMIT/ROLLBACK are not valid cypher syntax. @MSebanc please see my TODO item in embedded_shell.cpp.

- remove incorrect rollback in execute interface; py lint; clean java test
@ray6080 ray6080 merged commit 62b0590 into master May 10, 2024
18 checks passed
@ray6080 ray6080 deleted the transaction branch May 10, 2024 14:32
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