Skip to content

Releases: phpmyadmin/sql-parser

v3.0.4

Choose a tag to compare

@udan11 udan11 released this 21 Oct 20:14
  • Fix error message in SqlParser\Components\OptionsArray.

v3.0.3

Choose a tag to compare

@udan11 udan11 released this 10 Oct 12:51
  • Avoid building a field multiple times if clause has synonyms.

v3.0.2

Choose a tag to compare

@udan11 udan11 released this 10 Oct 12:51
  • Add EXISTS as an acceptable keyword in conditions.

v3.0.1

Choose a tag to compare

@udan11 udan11 released this 06 Oct 20:14
  • Handle backslashes separately for SqlParser\Utils\BufferedQuery. Fixes a bug where backslashes in combination with strings weren't handled properly.

v3.0.0

Choose a tag to compare

@udan11 udan11 released this 03 Oct 09:32

Breaking changes:

  • SqlParser\Components\Reference::$table is now an instance of SqlParser\Components\Expression to support references from other tables.

v2.1.3

Choose a tag to compare

@udan11 udan11 released this 03 Oct 09:32
  • Add definitions for all JOIN clauses.

v2.1.2

Choose a tag to compare

@udan11 udan11 released this 02 Oct 12:58
  • Properly parse options when the value of the option is '='.

v2.1.1

Choose a tag to compare

@udan11 udan11 released this 01 Oct 13:22
  • Only RANGE and LIST type partitions support VALUES.

v2.1.0

Choose a tag to compare

@udan11 udan11 released this 30 Sep 17:06
  • Added utilities for handling tokens and tokens list.

v2.0.3

Choose a tag to compare

@udan11 udan11 released this 30 Sep 17:05
  • Added missing NOT IN operator. This caused troubles when parsing conditions that contained the NOT IN operator.