Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 7913c0b258290d017feb73b2a4da75e932267140
      
https://github.com/phpmyadmin/sql-parser/commit/7913c0b258290d017feb73b2a4da75e932267140
  Author: Deven Bansod <[email protected]>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M src/Statement.php

  Log Message:
  -----------
  Add check for prevention of wrong order errors in using Multiple JOINs

Signed-off-by: Deven Bansod <[email protected]>


  Commit: 20d5ec7eeddd0a68969a8896623bfe4cc460921d
      
https://github.com/phpmyadmin/sql-parser/commit/20d5ec7eeddd0a68969a8896623bfe4cc460921d
  Author: Deven Bansod <[email protected]>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M src/Statements/SelectStatement.php
    M tests/Parser/SelectStatementTest.php
    A tests/data/parser/parseSelectJoinMultiple2.in
    A tests/data/parser/parseSelectJoinMultiple2.out
    M tools/contexts/_common.txt

  Log Message:
  -----------
  Add tests for prevention of wrong order in JOINs

Signed-off-by: Deven Bansod <[email protected]>


  Commit: e360661d658360e9d548defa75ad478b3c7c1b99
      
https://github.com/phpmyadmin/sql-parser/commit/e360661d658360e9d548defa75ad478b3c7c1b99
  Author: Michal Čihař <[email protected]>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M src/Statement.php
    M src/Statements/SelectStatement.php
    M tests/Parser/SelectStatementTest.php
    A tests/data/parser/parseSelectJoinMultiple2.in
    A tests/data/parser/parseSelectJoinMultiple2.out
    M tools/contexts/_common.txt

  Log Message:
  -----------
  Merge pull request #100 from devenbansod/fix_wrong_order_joins

Fix broken incorrect clause order detection for Joins


Compare: 
https://github.com/phpmyadmin/sql-parser/compare/a1fdf6831b15...e360661d6583
_______________________________________________
Git mailing list
[email protected]
https://lists.phpmyadmin.net/mailman/listinfo/git

Reply via email to