Skip to content

Support for SAVEPOINT syntax #322

Open
@ibennetch

Description

@ibennetch

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions