Commit Graph

5 Commits

Author SHA1 Message Date
Michal Čihař
e4bf536906 Update to SQL Parser 4.0.1
It now follows PSR-4 and uses PhpMyAdmin namespace prefix.

See https://github.com/phpmyadmin/sql-parser/issues/126

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-01-23 13:56:35 +01:00
Michal Čihař
fee3923f48 Update SQL parser to 3.4.16
* Coding style fixes.
* Properly handle operators AND, NOT, OR, XOR, DIV, MOD

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-01-06 12:43:14 +01:00
Michal Čihař
aa19ffde32 Update SQL parser to 3.4.9
- issue #12316 Correct export of complex SELECT statements
- issue #12080 Fixed parsing of subselect queries
- issue #11740 Fixed handling DELETE ... USING queries
- issue #12100 Fixed handling of CASE operator

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-10-03 16:06:10 +02:00
Dan Ungureanu
ade277dae5 Using the sql-parser library for formatting the queries.
Updated sql-parser library to udan11/sql-parser@e6a562e3e5.

Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-08-01 00:59:38 +03:00
Dan Ungureanu
f68db612db Updated sql-parser library to udan11/sql-parser@7861701.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-25 18:06:02 +03:00