Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: cf2df5354d760a1152217555e1ca6ee2026aa3c1 https://github.com/phpmyadmin/sql-parser/commit/cf2df5354d760a1152217555e1ca... Author: Michal Čihař michal@cihar.com Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths: M CHANGELOG.md M src/Statement.php M tests/Parser/TransactionStatementTest.php A tests/data/parser/parseTransaction3.in A tests/data/parser/parseTransaction3.out
Log Message: ----------- Properly handle lowercase begin statement
Actually all statements where main token is used as an option.
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13240
Signed-off-by: Michal Čihař michal@cihar.com