Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 60bd0a2c68e8e0d90fcec05cabbc475f35d02889 https://github.com/phpmyadmin/sql-parser/commit/60bd0a2c68e8e0d90fcec05cabbc... Author: Dan Ungureanu udan1107@gmail.com Date: 2017-05-08 (Mon, 08 May 2017)
Changed paths: M src/Lexer.php M tests/Lexer/LexerTest.php A tests/data/lexer/lexDelimiterLen.in A tests/data/lexer/lexDelimiterLen.out
Log Message: ----------- Maximum length of a delimiter is 15 characters.
Fixes #12.
Signed-off-by: Dan Ungureanu udan1107@gmail.com
Commit: 50516682a2b8ffa38e6150b6a99145a8548588dc https://github.com/phpmyadmin/sql-parser/commit/50516682a2b8ffa38e6150b6a991... Author: Michal Čihař michal@cihar.com Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths: M src/Lexer.php M tests/Lexer/LexerTest.php A tests/data/lexer/lexDelimiterLen.in A tests/data/lexer/lexDelimiterLen.out
Log Message: ----------- Merge pull request #150 from udan11/fix_12
Maximum length of a delimiter is 15 characters.
Compare: https://github.com/phpmyadmin/sql-parser/compare/eac7d22282a5...50516682a2b8