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

Support for SAVEPOINT syntax #322

Open
3 tasks
ibennetch opened this issue Dec 4, 2020 · 0 comments
Open
3 tasks

Support for SAVEPOINT syntax #322

ibennetch opened this issue Dec 4, 2020 · 0 comments
Labels
enhancement kind/support A request for adding support

Comments

@ibennetch
Copy link
Member

The extremely limited MySQL manual entry is here: https://dev.mysql.com/doc/refman/8.0/en/savepoint.html

We currently don't understand these three commands:

  • SAVEPOINT foo
  • ROLLBACK [WORK] TO [SAVEPOINT] foo where [WORK] is optional
  • RELEASE SAVEPOINT foo
williamdes added a commit that referenced this issue Apr 21, 2023
Signed-off-by: William Desportes <williamdes@wdes.fr>
@williamdes williamdes added the kind/support A request for adding support label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement kind/support A request for adding support
Projects
None yet
Development

No branches or pull requests

2 participants