summaryrefslogtreecommitdiffstats
path: root/tests/Parser/SelectStatementTest.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'QA'William Desportes2019-12-311-0/+1
|\
| * 275: Prevent overwrite of offset in Limit clause by parenthesisDeven Bansod2019-12-301-1/+2
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+0
| * revert of new array syntaxWilliam Desportes2019-05-281-59/+59
* | Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-2/+2
|/
* Fix risky testsMaurício Meneghini Fauth2019-01-161-2/+2
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-59/+59
* Merge pull request #203 from mostertb/case-aliasIsaac Bennetch2018-12-241-0/+10
|\
| * Add tests for parsing of CASE expressions with aliasesBrad Mostert2018-10-131-0/+10
* | Add support for INDEX hints in SELECT statementDeven Bansod2018-12-231-0/+6
|/
* Fix broken clause order validationDeven Bansod2017-02-171-0/+1
* Merge remote-tracking branch 'origin/pull/137'Michal Čihař2017-02-141-0/+2
|\
| * Apply cs fixesDamian Dlugosz2017-02-121-0/+1
* | Order importsDamian Dlugosz2017-02-121-1/+1
|/
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-3/+3
* Fixed parsing of unterminated variables.Michal Čihař2017-01-201-0/+1
* Properly handle operators AND, NOT, OR, XOR, DIV, MODMichal Čihař2017-01-061-0/+1
* Apply php-cs-fixerDamian Dlugosz2017-01-061-2/+0
* Add more tests, fix unneeded errorDeven Bansod2016-12-211-0/+1
* Add more testsDeven Bansod2016-12-211-0/+1
* Add tests for parsing of FIELDS and LINES options in SELECT..INTODeven Bansod2016-12-211-0/+1
* Recognize BINARY as functionMichal Čihař2016-11-301-0/+1
* Add tests for prevention of incorrect errors in UNION queriesDeven Bansod2016-11-201-0/+1
* Add a forgotten testDeven Bansod2016-11-201-0/+1
* Add tests for prevention of wrong order in JOINsDeven Bansod2016-11-151-0/+1
* Add parser tests for end options in SELECTDeven Bansod2016-11-121-0/+3
* Add forgotten testcaseMichal Čihař2016-11-091-0/+1
* Add tests for #22Deven Bansod2016-11-031-0/+1
* Add call to test in test fileDeven Bansod2016-10-241-0/+1
* Add tests for various NATURAL JOINS, fix testDeven Bansod2016-10-241-0/+4
* Fix parsing of NATURAL JOIN, CROSS JOIN and related joinsDeven Bansod2016-10-241-0/+2
* Fix parsing of variables being assigned value of CASE expr within SELECT stat...Deven Bansod2016-10-141-0/+1
* Merge pull request #90 from devenbansod/subquery_in_fromMichal Čihař2016-10-031-0/+4
|\
| * Fix parsing of subquery in FROM clauseDeven Bansod2016-09-271-0/+4
* | Add more testsDeven Bansod2016-09-261-0/+3
* | Fix some issue with error reports and added testcasesDeven Bansod2016-09-261-0/+6
|/
* Do not fail on function which is reserved in a WHERE conditionMichal Čihař2016-02-171-0/+1
* Reorganized tests.Dan Ungureanu2015-07-231-5/+8
* Imporved JOIN parsing and building.Dan Ungureanu2015-07-101-0/+1
* Added statement builder (converts statement trees into executable query strin...Dan Ungureanu2015-06-301-0/+33