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

MySQL support (transactions) #61

Open
7 of 15 tasks
Tracked by #7
nene opened this issue Jan 15, 2024 · 0 comments
Open
7 of 15 tasks
Tracked by #7

MySQL support (transactions) #61

nene opened this issue Jan 15, 2024 · 0 comments

Comments

@nene
Copy link
Owner

nene commented Jan 15, 2024

Transactions

  • START TRANSACTION
    • basic syntax
    • transaction characteristics
  • BEGIN [WORK]
  • COMMIT [WORK]
    • basic syntax
    • chain
    • release
  • ROLLBACK [WORK]
    • basic syntax
    • chain
    • release
  • SAVEPOINT
  • ROLLBACK [WORK] TO [SAVEPOINT]
  • RELEASE SAVEPOINT
@nene nene mentioned this issue Jan 15, 2024
8 tasks
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

No branches or pull requests

1 participant