[phpMyAdmin Git] [phpmyadmin/sql-parser] cfd489: Fix parsing of DELETE clauses with JOINs

Michal Čihař michal at cihar.com
Thu Mar 30 16:36:26 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: cfd489b11c9e3b3de62b07c875927c8b8ab653c4
      https://github.com/phpmyadmin/sql-parser/commit/cfd489b11c9e3b3de62b07c875927c8b8ab653c4
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M src/Statements/DeleteStatement.php
    M tests/Builder/DeleteStatementTest.php
    M tests/Parser/DeleteStatementTest.php
    A tests/data/parser/parseDeleteJoin.in
    A tests/data/parser/parseDeleteJoin.out

  Log Message:
  -----------
  Fix parsing of DELETE clauses with JOINs

Ref: https://dev.mysql.com/doc/refman/5.7/en/delete.html

Fix #144
Fix phpmyadmin/phpmyadmin#13129

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 7a45d9ff6654b0a09fb4068d3c78b83f1fc9a4b8
      https://github.com/phpmyadmin/sql-parser/commit/7a45d9ff6654b0a09fb4068d3c78b83f1fc9a4b8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M src/Statements/DeleteStatement.php
    M tests/Builder/DeleteStatementTest.php
    M tests/Parser/DeleteStatementTest.php
    A tests/data/parser/parseDeleteJoin.in
    A tests/data/parser/parseDeleteJoin.out

  Log Message:
  -----------
  Merge pull request #145 from devenbansod/fix_144

Fix parsing of DELETE clauses with JOINs


Compare: https://github.com/phpmyadmin/sql-parser/compare/59d8a581eb84...7a45d9ff6654


More information about the Git mailing list