Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: aab096048673cea6d763be8b9d8759b8d5d09aec https://github.com/phpmyadmin/sql-parser/commit/aab096048673cea6d763be8b9d87... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2018-12-21 (Fri, 12 December 2018) +05:30
Changed paths: A tests/data/parser/parseSelectJoinStraight.in A tests/data/parser/parseSelectJoinStraight.out M src/Parser.php
Log Message: ----------- Fix: Add missing support for STRAIGHT_JOIN
* This was originally added in v3.0.8 but was erroneously removed in https://github.com/phpmyadmin/sql-parser/commit/848610a2004e37ec374c2c7a688c...
* Added a test case for this so that we don't remove it in future releases
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: d46d5cdaedd5c669b5770351a245ac2c7ae631c3 https://github.com/phpmyadmin/sql-parser/commit/d46d5cdaedd5c669b5770351a245... Author: Deven Bansod devenbansod@users.noreply.github.com Date: 2018-12-21 (Fri, 12 December 2018) +05:30
Changed paths: A tests/data/parser/parseSelectJoinStraight.in A tests/data/parser/parseSelectJoinStraight.out M src/Parser.php
Log Message: ----------- Merge pull request #213 from devenbansod/fix/196
Fix: Add missing support for STRAIGHT_JOIN