Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: cfd489b11c9e3b3de62b07c875927c8b8ab653c4 https://github.com/phpmyadmin/sql-parser/commit/cfd489b11c9e3b3de62b07c87592... Author: Deven Bansod devenbansod.bits@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@gmail.com
Commit: 7a45d9ff6654b0a09fb4068d3c78b83f1fc9a4b8 https://github.com/phpmyadmin/sql-parser/commit/7a45d9ff6654b0a09fb4068d3c78... Author: Michal Čihař michal@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