What's Changed
- Support row alias on INSERT ... VALUES/SET (#22) by @kyleconroy in #34
- Rewrite the parser as hand-written recursive descent, removing goyacc by @kyleconroy in #35
- Align keyword tables with MySQL 26.7 and support CHANGE REPLICATION SOURCE TO by @kyleconroy in #36
- Refactor parser tests to be file-driven by @kyleconroy in #37
- Map MySQL 26.7 statement coverage and support SIGNAL, RESIGNAL, and GET DIAGNOSTICS by @kyleconroy in #38
- Support the MySQL database administration statements by @kyleconroy in #39
- Support the MySQL SHOW statement variants by @kyleconroy in #40
- Support the MySQL txn, replication, DML, and DDL statement coverage groups by @kyleconroy in #41
- Support the MySQL spatial types, SRID attribute, SPATIAL constraint, and CHAR/VARCHAR attributes by @kyleconroy in #42
Full Changelog: v0.1.0...v0.2.0