sql-parser-cst icon indicating copy to clipboard operation
sql-parser-cst copied to clipboard

MySQL support (transactions)

Open nene opened this issue 2 years ago • 0 comments

Transactions

  • [ ] START TRANSACTION
    • [x] basic syntax
    • [ ] transaction characteristics
  • [x] BEGIN [WORK]
  • [ ] COMMIT [WORK]
    • [x] basic syntax
    • [ ] chain
    • [ ] release
  • [ ] ROLLBACK [WORK]
    • [x] basic syntax
    • [ ] chain
    • [ ] release
  • [x] SAVEPOINT
  • [x] ROLLBACK [WORK] TO [SAVEPOINT]
  • [x] RELEASE SAVEPOINT

nene avatar Jan 15 '24 18:01 nene