summaryrefslogtreecommitdiffstats
path: root/tests/Utils/QueryTest.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'QA'William Desportes2019-12-311-0/+14
|\
| * Add test case for #249William Desportes2019-12-311-0/+14
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+0
| * revert of new array syntaxWilliam Desportes2019-05-281-193/+193
* | Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-4/+4
|/
* fix: incorrect lastClauseIdx in Util::getQueryDeven Bansod2019-03-121-1/+86
* Fix risky testsMaurício Meneghini Fauth2019-01-161-4/+4
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-181/+214
* Refactoring testsGabriel Caruso2017-12-141-1/+1
* Apply php-cs-fixerMichal Čihař2017-10-101-1/+1
* Correctly handle CASE expression in SELECT statementMichal Čihař2017-07-121-0/+17
* Add recognizer for SET StatementsDeven Bansod2017-07-071-0/+6
* Parse LOAD statement properlyDeven Bansod2017-02-181-0/+8
* Merge remote-tracking branch 'origin/pull/137'Michal Čihař2017-02-141-0/+6
|\
| * Apply cs fixesDamian Dlugosz2017-02-121-0/+4
* | Order importsDamian Dlugosz2017-02-121-1/+1
|/
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-4/+4
* Apply php-cs-fixerDamian Dlugosz2017-01-061-58/+56
* Fix some errors with INTO keyword more to followDeven Bansod2016-09-281-5/+5
* Allow to use function name in ASv3.4.4Michal Čihař2016-04-261-0/+8
* Fix order of parameters to avoid confusing error messagesMichal Čihař2016-04-061-2/+2
* Change return value from getAll in case of not parsed queryMichal Čihař2016-02-171-1/+32
* Updated coding style to follow PSR-2 coding standards.Dan Ungureanu2015-09-251-1/+2
* Add support for MySQL commands inside comments.Dan Ungureanu2015-08-081-1/+1
* Fixed a bug that didn't parse comments properly.Dan Ungureanu2015-08-051-1/+40
* Improved support for UNION.Dan Ungureanu2015-07-251-0/+15
* Improved fragments. New builders available. Refactored some fields.Dan Ungureanu2015-07-071-0/+46
* Improved condition parsing and query utilities.Dan Ungureanu2015-07-051-4/+80
* Improved WHERE keyword parser and query's utilities.Dan Ungureanu2015-07-021-5/+1
* Added statement builder (converts statement trees into executable query strin...Dan Ungureanu2015-06-301-0/+328