[phpMyAdmin Git] [phpmyadmin/sql-parser] 519f47: Document new feature

Michal Čihař michal at cihar.com
Wed Aug 30 12:07:59 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 519f47d3ab04834389becd45bf9c06a4e1067d9f
      https://github.com/phpmyadmin/sql-parser/commit/519f47d3ab04834389becd45bf9c06a4e1067d9f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-08-30 (Wed, 30 Aug 2017)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Document new feature

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 0e665848b7caf302c3caecb0ae8161fb857024e3
      https://github.com/phpmyadmin/sql-parser/commit/0e665848b7caf302c3caecb0ae8161fb857024e3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-08-30 (Wed, 30 Aug 2017)

  Changed paths:
    A src/Contexts/ContextMariaDb100300.php
    M tests/Lexer/ContextTest.php
    M tools/ContextGenerator.php
    A tools/contexts/MariaDb100300.txt
    A tools/contexts/_functionsMariaDb100300.txt

  Log Message:
  -----------
  Add MariaDB 10.3 context

This also includes INTERSECT and EXPECT reserved words.

Issue #166

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 1c1abcc7f311eb55ddeef4fed2d03119683ccc10
      https://github.com/phpmyadmin/sql-parser/commit/1c1abcc7f311eb55ddeef4fed2d03119683ccc10
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-08-30 (Wed, 30 Aug 2017)

  Changed paths:
    M src/Utils/CLI.php

  Log Message:
  -----------
  Allow to specify context on lint-query

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 6ee6fa8e3b0df5b954b3156da5f75bf4ceb93f30
      https://github.com/phpmyadmin/sql-parser/commit/6ee6fa8e3b0df5b954b3156da5f75bf4ceb93f30
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-08-30 (Wed, 30 Aug 2017)

  Changed paths:
    M CHANGELOG.md
    M src/Parser.php
    M src/Statement.php
    M src/Statements/SelectStatement.php

  Log Message:
  -----------
  Add support for MariaDB 10.3 INTERSECT and EXCEPT.

Fixes #166

Signed-off-by: Michal Čihař <michal at cihar.com>


Compare: https://github.com/phpmyadmin/sql-parser/compare/ee792ab0873e...6ee6fa8e3b0d


More information about the Git mailing list