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

MySQL support (other statements)

Open nene opened this issue 2 years ago • 0 comments

Prepared statements

  • [x] PREPARE
  • [x] EXECUTE
    • [x] basic syntax
  • [x] DEALLOCATE PREPARE

Other DML statements

  • [ ] HANDLER
  • [ ] CALL
  • [ ] DO
  • [ ] IMPORT TABLE
  • [ ] LOAD DATA
  • [ ] LOAD XML

nene avatar Jan 15 '24 18:01 nene