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


  Commit: 6f9eeb6bdb3fa177f6929602f13fc43781277adb
      
https://github.com/phpmyadmin/sql-parser/commit/6f9eeb6bdb3fa177f6929602f13fc43781277adb
  Author: Michal Čihař <[email protected]>
  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
_______________________________________________
Git mailing list
[email protected]
https://lists.phpmyadmin.net/mailman/listinfo/git

Reply via email to