[phpMyAdmin Git] [phpmyadmin/sql-parser] 2b3fb2: Provide $expr consistently for CaseExpression as w...

Michal Čihař michal at cihar.com
Wed Jul 12 16:39:32 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 2b3fb2e5783e458f8ae07ccf9cd96f65df5cface
      https://github.com/phpmyadmin/sql-parser/commit/2b3fb2e5783e458f8ae07ccf9cd96f65df5cface
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M src/Components/CaseExpression.php
    M src/Utils/Query.php
    M tests/data/parser/parseSelectCase1.out
    M tests/data/parser/parseSelectCase2.out
    M tests/data/parser/parseSelectCase3.out
    M tests/data/parser/parseSelectCase4.out
    M tests/data/parser/parseSelectCaseErr1.out
    M tests/data/parser/parseSelectCaseErr2.out
    M tests/data/parser/parseSelectCaseErr3.out
    M tests/data/parser/parseSelectCaseErr4.out
    M tests/data/parser/parseSelectCaseErr5.out

  Log Message:
  -----------
  Provide $expr consistently for CaseExpression as with Expression

This is probably better approach to address
https://github.com/phpmyadmin/phpmyadmin/issues/13487

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




More information about the Git mailing list