Skip to content

v0.1.9

Choose a tag to compare

@paranoiq paranoiq released this 17 Mar 10:38
· 35 commits to master since this release

BC Breaks:

  • DELIMITER ;; is now a client side extension (ClientSideExtension::ALLOW_DELIMITER_DEFINITION) and by default not parsed as valid SQL syntax; routine definitions are parsed without need for user delimiters
  • Removed delimiter, charset and mode from Session constructor. use separate setters

New features:

  • Support for new features from MySQL 8.0.32
  • SelectExpression collects raw expression string with exact whitespace etc. (closes #15)

Fixes:

  • Identifier can follow after a float without whitespace
  • Structured system variable can start with keyword default. prefix
  • Directories build, doc, tests removed from release package