You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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