Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

v0.1.16

Choose a tag to compare

@paranoiq paranoiq released this 20 Aug 13:47
· 5 commits to master since this release
  • Parser API and initialization changes (BC Break):
    • Separate ParserConfig with lexing/parsing options
    • Parser::parse() returns Generator, TokenList is available via $command->getTokenList() if Parser is configured to provide it
  • Separate Statement interface from implementation (every Command is a Statement)
  • Better name length checking
  • Some MySQL 8.0.33/34 fixes