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

add test for parsing BEGIN, ROLLBACK, COMMIT statements #46

Conversation

pert5432
Copy link
Contributor

What kind of change does this PR introduce?

Added test

What is the current behavior?

Transaction statement parsing was not tested

What is the new behavior?

Transaction statement parsing is now tested

closes #36

@psteinroe
Copy link
Collaborator

hey @pert5432, thanks for the contribution! Sorry it took so long. We finally finished the parser implementation. Would you mind re-trying the pr? we dropped the snapshot tests, so if you could remove the snapshot and re-try the test that would be great. Thanks a lot.

Also, check out #51 if you have continued interest to contribute.

@pert5432
Copy link
Contributor Author

Yo, I'll re-do it, no problem.

@pert5432 pert5432 closed this Dec 20, 2023
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.

add tests for (and maybe fix) transaction statements BEGIN;...COMMIT;
2 participants