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

Michal Čihař michal at cihar.com
Wed Apr 12 08:31:30 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 16d4f15ce1cf79a951caac46c080edab1892092a
      https://github.com/phpmyadmin/sql-parser/commit/16d4f15ce1cf79a951caac46c080edab1892092a
  Author: Dan Ungureanu <udan1107 at 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 at gmail.com>


  Commit: 6f9eeb6bdb3fa177f6929602f13fc43781277adb
      https://github.com/phpmyadmin/sql-parser/commit/6f9eeb6bdb3fa177f6929602f13fc43781277adb
  Author: Michal Čihař <michal at 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


More information about the Git mailing list