Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: f4ff382ca6ad1d24a26ca5c743d91cb18f569ec6 https://github.com/phpmyadmin/sql-parser/commit/f4ff382ca6ad1d24a26ca5c743d9... Author: Michal Čihař michal@cihar.com Date: 2017-06-08 (Thu, 08 Jun 2017)
Changed paths: M CHANGELOG.md M src/Context.php M src/Lexer.php M tests/Lexer/LexerTest.php A tests/data/lexer/lexCommentEnd.in A tests/data/lexer/lexCommentEnd.out
Log Message: ----------- Fixed parsing SQL comment at the end of query.
Fixes #156
Signed-off-by: Michal Čihař michal@cihar.com