summaryrefslogtreecommitdiffstats
path: root/tests/Builder/SelectStatementTest.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'QA'William Desportes2019-12-311-0/+136
|\
| * Cover some edge casesWilliam Desportes2019-12-311-0/+136
* | Merge branch 'QA'William Desportes2019-12-311-2/+14
|\ \ | |/
| * 275: Prevent overwrite of offset in Limit clause by parenthesisDeven Bansod2019-12-301-2/+13
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+0
|/
* Changed implementation of build() methods to generate more consistent SQL.Przemek Szalko2019-02-151-11/+11
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
* Add support for INDEX hints in SELECT statementDeven Bansod2018-12-231-0/+12
* Remove not used type arg from GROUP BYMichal Čihař2017-06-011-1/+1
* Add (failing) test for building GROUP BY clauseMichal Čihař2017-06-011-0/+12
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-3/+3
* Apply php-cs-fixerDamian Dlugosz2017-01-061-3/+0
* Add more testsDeven Bansod2016-12-211-0/+17
* Add builders test for end options in SELECTDeven Bansod2016-11-121-0/+23
* Added test cases for parsing DELETE statementsDeven Bansod2016-09-241-1/+1
* Add testcase for alias in JOINMichal Čihař2016-03-211-0/+19
* Misc: Fixed tests failing tests.Dan Ungureanu2016-02-101-1/+2
* Updated PHPUnit to 5.1 and fixed some of the tests.Dan Ungureanu2015-12-181-0/+10
* Avoid building a field multiple times if clause has synonyms.v3.0.3Dan Ungureanu2015-10-101-0/+26