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 statements #176

Merged
merged 11 commits into from
Sep 3, 2020
Merged

Transaction statements #176

merged 11 commits into from
Sep 3, 2020

Conversation

asdine
Copy link
Collaborator

@asdine asdine commented Sep 1, 2020

This PR adds support for transaction statements.

  • BEGIN [TRANSACTION] [READ ONLY | READ WRITE]
  • ROLLBACK [TRANSACTION]
  • COMMIT [TRANSACTION]

When called, these transactions are attached to the database as a global transaction.

@asdine asdine linked an issue Sep 1, 2020 that may be closed by this pull request
@asdine asdine merged commit 096d479 into master Sep 3, 2020
@asdine asdine deleted the transaction-statements branch September 3, 2020 11:44
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 support for transaction management from SQL
1 participant