
Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 71aa13cd6fb46987093059161202bd68c30f9fa9 https://github.com/phpmyadmin/sql-parser/commit/71aa13cd6fb46987093059161202... Author: Deven Bansod <devenbansod.bits@gmail.com> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M src/Statement.php M tests/Parser/SelectStatementTest.php A tests/data/parser/parseSelectWrongOrder2.in A tests/data/parser/parseSelectWrongOrder2.out Log Message: ----------- Fix broken clause order validation Fix #113 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> Commit: 038f6039af65f19adabda279d9cae7e7dcaf01e4 https://github.com/phpmyadmin/sql-parser/commit/038f6039af65f19adabda279d9ca... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-20 (Mon, 20 Feb 2017) Changed paths: M src/Statement.php M tests/Parser/SelectStatementTest.php A tests/data/parser/parseSelectWrongOrder2.in A tests/data/parser/parseSelectWrongOrder2.out Log Message: ----------- Merge pull request #142 from devenbansod/fix_113 Fix broken clause order validation Compare: https://github.com/phpmyadmin/sql-parser/compare/4cd61e0a0528...038f6039af65