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 support for transaction management from SQL #78

Closed
asdine opened this issue Apr 12, 2020 · 0 comments · Fixed by #176
Closed

Add support for transaction management from SQL #78

asdine opened this issue Apr 12, 2020 · 0 comments · Fixed by #176
Labels
sql SQL API and syntax
Milestone

Comments

@asdine
Copy link
Collaborator

asdine commented Apr 12, 2020

Currently, transaction are only accessible through code. Add support for transactions statements.

BEGIN TRANSACTION;
ROLLBACK TRANSACTION;
COMMIT TRANSACTION;
@asdine asdine added the sql SQL API and syntax label Apr 12, 2020
@asdine asdine added this to the v0.6.0 milestone Apr 12, 2020
@asdine asdine removed this from the v0.6.0 milestone Jun 24, 2020
@asdine asdine added this to the v0.8.0 milestone Aug 25, 2020
@asdine asdine linked a pull request Sep 1, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sql SQL API and syntax
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant