Skip to content

Releases: phpmyadmin/sql-parser

v3.0.2

10 Oct 12:51
Compare
Choose a tag to compare
  • Add EXISTS as an acceptable keyword in conditions.

v3.0.1

06 Oct 20:14
Compare
Choose a tag to compare
  • Handle backslashes separately for SqlParser\Utils\BufferedQuery. Fixes a bug where backslashes in combination with strings weren't handled properly.

v3.0.0

03 Oct 09:32
Compare
Choose a tag to compare

Breaking changes:

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

v2.1.3

03 Oct 09:32
Compare
Choose a tag to compare
  • Add definitions for all JOIN clauses.

v2.1.2

02 Oct 12:58
Compare
Choose a tag to compare
  • Properly parse options when the value of the option is '='.

v2.1.1

01 Oct 13:22
Compare
Choose a tag to compare
  • Only RANGE and LIST type partitions support VALUES.

v2.1.0

30 Sep 17:06
Compare
Choose a tag to compare
  • Added utilities for handling tokens and tokens list.

v2.0.3

30 Sep 17:05
Compare
Choose a tag to compare
  • Added missing NOT IN operator. This caused troubles when parsing conditions that contained the NOT IN operator.

v2.0.2

30 Sep 08:46
Compare
Choose a tag to compare
  • Added support for OUTER as an optional keyword in joins.

v2.0.1

30 Sep 08:34
Compare
Choose a tag to compare
  • Fixed a bug related to (sub)partitions options not being included in the built component. Also, the option ENGINE was unrecognized.