[phpMyAdmin Git] [phpmyadmin/sql-parser] aab096: Fix: Add missing support for STRAIGHT_JOIN

Deven Bansod devenbansod.bits at gmail.com
Fri Dec 21 15:24:20 CET 2018


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: aab096048673cea6d763be8b9d8759b8d5d09aec
https://github.com/phpmyadmin/sql-parser/commit/aab096048673cea6d763be8b9d8759b8d5d09aec
Author: Deven Bansod <devenbansod.bits at 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/848610a2004e37ec374c2c7a688c8c9131cd5687#diff-1041b02aae148a89853dc0d2710afc9c

* Added a test case for this so that we don't remove it in future releases

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

Commit: d46d5cdaedd5c669b5770351a245ac2c7ae631c3
https://github.com/phpmyadmin/sql-parser/commit/d46d5cdaedd5c669b5770351a245ac2c7ae631c3
Author: Deven Bansod <devenbansod at 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



More information about the Git mailing list