[phpMyAdmin Git] [phpmyadmin/sql-parser] f23527: Fix parsing of FIELDS and LINES options in SELECT....

Michal Čihař michal at cihar.com
Thu Dec 22 15:05:55 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: f23527ca8495f6b8c07d76329cbad4381081583a
      https://github.com/phpmyadmin/sql-parser/commit/f23527ca8495f6b8c07d76329cbad4381081583a
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    M src/Components/IntoKeyword.php
    M src/Contexts/ContextMySql50000.php
    M src/Contexts/ContextMySql50100.php
    M src/Contexts/ContextMySql50500.php
    M src/Contexts/ContextMySql50600.php
    M src/Contexts/ContextMySql50700.php
    M tools/contexts/_common.txt

  Log Message:
  -----------
  Fix parsing of FIELDS and LINES options in SELECT..INTO

Fix #105

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


  Commit: 8d3ffed5cb074749355bd3dd0b4d0f1bd8c45572
      https://github.com/phpmyadmin/sql-parser/commit/8d3ffed5cb074749355bd3dd0b4d0f1bd8c45572
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    M tests/Parser/SelectStatementTest.php
    A tests/data/parser/parseSelectIntoOptions1.in
    A tests/data/parser/parseSelectIntoOptions1.out

  Log Message:
  -----------
  Add tests for parsing of FIELDS and LINES options in SELECT..INTO

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


  Commit: 403f585de6cf589e230940f045ce16eafaec67fe
      https://github.com/phpmyadmin/sql-parser/commit/403f585de6cf589e230940f045ce16eafaec67fe
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    M tests/Builder/SelectStatementTest.php
    M tests/Parser/SelectStatementTest.php
    A tests/data/parser/parseSelectIntoOptions2.in
    A tests/data/parser/parseSelectIntoOptions2.out

  Log Message:
  -----------
  Add more tests

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


  Commit: 62ca07c97fd9cc40807084013fd1bc3e467ff0fe
      https://github.com/phpmyadmin/sql-parser/commit/62ca07c97fd9cc40807084013fd1bc3e467ff0fe
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    M src/Components/IntoKeyword.php
    M tests/Parser/SelectStatementTest.php
    A tests/data/parser/parseSelectIntoOptions3.in
    A tests/data/parser/parseSelectIntoOptions3.out

  Log Message:
  -----------
  Add more tests, fix unneeded error

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


  Commit: 54970a28d93df4ecdc8c520e7a34c6e4d0de0b3f
      https://github.com/phpmyadmin/sql-parser/commit/54970a28d93df4ecdc8c520e7a34c6e4d0de0b3f
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-12-22 (Thu, 22 Dec 2016)

  Changed paths:
    M src/Components/IntoKeyword.php

  Log Message:
  -----------
  Make the method access public since called from object

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


  Commit: a59b441090659c6c42c2044c3e3757ce504ad3e7
      https://github.com/phpmyadmin/sql-parser/commit/a59b441090659c6c42c2044c3e3757ce504ad3e7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-12-22 (Thu, 22 Dec 2016)

  Changed paths:
    M src/Components/IntoKeyword.php
    M src/Contexts/ContextMySql50000.php
    M src/Contexts/ContextMySql50100.php
    M src/Contexts/ContextMySql50500.php
    M src/Contexts/ContextMySql50600.php
    M src/Contexts/ContextMySql50700.php
    M tests/Builder/SelectStatementTest.php
    M tests/Parser/SelectStatementTest.php
    A tests/data/parser/parseSelectIntoOptions1.in
    A tests/data/parser/parseSelectIntoOptions1.out
    A tests/data/parser/parseSelectIntoOptions2.in
    A tests/data/parser/parseSelectIntoOptions2.out
    A tests/data/parser/parseSelectIntoOptions3.in
    A tests/data/parser/parseSelectIntoOptions3.out
    M tools/contexts/_common.txt

  Log Message:
  -----------
  Merge pull request #107 from devenbansod/fix_105

Fix #105: Fix  parsing of FIELDS and LINES options in Select..Into


Compare: https://github.com/phpmyadmin/sql-parser/compare/abfdf58d647a...a59b44109065


More information about the Git mailing list