[phpMyAdmin Git] [phpmyadmin/sql-parser] 4f85b6: Fixed invalid lexing of queries with : in strings.

Michal Čihař michal at cihar.com
Mon May 15 10:21:45 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 4f85b6d8d3a3ddcf6ff216c116cf305978e9a3d2
      https://github.com/phpmyadmin/sql-parser/commit/4f85b6d8d3a3ddcf6ff216c116cf305978e9a3d2
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M CHANGELOG.md
    M src/Lexer.php
    M tests/Lexer/LexerTest.php
    A tests/data/lexer/lexNoLabel.in
    A tests/data/lexer/lexNoLabel.out

  Log Message:
  -----------
  Fixed invalid lexing of queries with : in strings.

We really can't use anyting as label, it has way stricter syntax.

Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13272

Signed-off-by: Michal Čihař <michal at cihar.com>




More information about the Git mailing list