[phpMyAdmin Git] [phpmyadmin/sql-parser] 7913c0: Add check for prevention of wrong order errors in ...

Michal Čihař michal at cihar.com
Tue Nov 15 16:43:04 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 7913c0b258290d017feb73b2a4da75e932267140
      https://github.com/phpmyadmin/sql-parser/commit/7913c0b258290d017feb73b2a4da75e932267140
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  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 <devenbansod.bits at gmail.com>


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


  Commit: e360661d658360e9d548defa75ad478b3c7c1b99
      https://github.com/phpmyadmin/sql-parser/commit/e360661d658360e9d548defa75ad478b3c7c1b99
  Author: Michal Čihař <michal at cihar.com>
  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


More information about the Git mailing list