Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 4f85b6d8d3a3ddcf6ff216c116cf305978e9a3d2 https://github.com/phpmyadmin/sql-parser/commit/4f85b6d8d3a3ddcf6ff216c116cf... Author: Michal Čihař michal@cihar.com Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths: M CHANGELOG.md M src/Lexer.php M tests/Lexer/LexerTest.php A tests/data/lexer/lexNoLabel.in A tests/data/lexer/lexNoLabel.out
Log Message: ----------- Fixed invalid lexing of queries with : in strings.
We really can't use anyting as label, it has way stricter syntax.
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13272
Signed-off-by: Michal Čihař michal@cihar.com