Releases: phpmyadmin/sql-parser
Releases · phpmyadmin/sql-parser
v3.0.4
21 Oct 20:14
Compare
Sorry, something went wrong.
No results found
Fix error message in SqlParser\Components\OptionsArray.
v3.0.3
10 Oct 12:51
Compare
Sorry, something went wrong.
No results found
Avoid building a field multiple times if clause has synonyms.
v3.0.2
10 Oct 12:51
Compare
Sorry, something went wrong.
No results found
Add EXISTS as an acceptable keyword in conditions.
v3.0.1
06 Oct 20:14
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add definitions for all JOIN clauses.
v2.1.2
02 Oct 12:58
Compare
Sorry, something went wrong.
No results found
Properly parse options when the value of the option is '='.
v2.1.1
01 Oct 13:22
Compare
Sorry, something went wrong.
No results found
Only RANGE and LIST type partitions support VALUES.
v2.1.0
30 Sep 17:06
Compare
Sorry, something went wrong.
No results found
Added utilities for handling tokens and tokens list.
v2.0.3
30 Sep 17:05
Compare
Sorry, something went wrong.
No results found
Added missing NOT IN operator. This caused troubles when parsing conditions that contained the NOT IN operator.