[phpmyadmin/sql-parser] 16d4f1: Fixes wrong extract of string tokens with escaped ...

Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 16d4f15ce1cf79a951caac46c080edab1892092a https://github.com/phpmyadmin/sql-parser/commit/16d4f15ce1cf79a951caac46c080... Author: Dan Ungureanu <udan1107@gmail.com> Date: 2017-04-11 (Tue, 11 Apr 2017) Changed paths: M CHANGELOG.md M src/Token.php M tests/Lexer/TokenTest.php M tests/Utils/TokensTest.php M tests/data/lexer/lexString.out M tests/data/lexer/lexStringErr1.out M tests/data/parser/parseSelectIntoOptions1.out M tests/data/parser/parseSelectIntoOptions2.out M tests/data/parser/parseSelectIntoOptions3.out Log Message: ----------- Fixes wrong extract of string tokens with escaped characters. Fixes #40. Signed-off-by: Dan Ungureanu <udan1107@gmail.com> Commit: 6f9eeb6bdb3fa177f6929602f13fc43781277adb https://github.com/phpmyadmin/sql-parser/commit/6f9eeb6bdb3fa177f6929602f13f... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M CHANGELOG.md M src/Token.php M tests/Lexer/TokenTest.php M tests/Utils/TokensTest.php M tests/data/lexer/lexString.out M tests/data/lexer/lexStringErr1.out M tests/data/parser/parseSelectIntoOptions1.out M tests/data/parser/parseSelectIntoOptions2.out M tests/data/parser/parseSelectIntoOptions3.out Log Message: ----------- Merge pull request #149 from udan11/fix_40 Fixes wrong extract of string tokens with escaped characters. Compare: https://github.com/phpmyadmin/sql-parser/compare/e30ae6fe6bc7...6f9eeb6bdb3f
participants (1)
-
Michal Čihař