summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove left overs of old array syntaxWilliam Desportes2019-12-312-3/+3
* Merge branch 'QA'William Desportes2019-12-316-0/+44
|\
| * Merge #280 - Add support for DROP USER statementWilliam Desportes2019-12-315-0/+30
| |\
| | * fix #259: Add support for DROP USER statementDeven Bansod2019-12-315-0/+30
| * | Add test case for #249William Desportes2019-12-311-0/+14
| |/
* | Merge branch 'QA'William Desportes2019-12-316-2/+417
|\ \ | |/
| * Add more tests for CLI stdinWilliam Desportes2019-12-312-0/+212
| * Cover some edge casesWilliam Desportes2019-12-312-2/+141
| * Add test cases for CALL and TRUNCATE statementsWilliam Desportes2019-12-312-0/+59
* | Merge branch 'QA'William Desportes2019-12-3116-3/+155
|\ \ | |/
| * Merge #276 - add missing options in SET statementWilliam Desportes2019-12-312-1/+111
| |\
| | * fix #255: add missing options in SET statementDeven Bansod2019-12-292-1/+111
| * | Merge #277 - allow SCHEMA to be used in CREATE Database statementWilliam Desportes2019-12-3110-1/+28
| |\ \
| | * | fix #231: allow SCHEMA to be used in CREATE Database statementDeven Bansod2019-12-2910-1/+28
| | |/
| * | 275: Prevent overwrite of offset in Limit clause by parenthesisDeven Bansod2019-12-304-3/+17
| |/
* | Add PHPStan at level 2Maurício Meneghini Fauth2019-12-163-1/+10
* | Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-1436-93/+89
* | Remove unnecessary string concatenationMaurício Meneghini Fauth2019-12-142-131/+131
* | Replace is_null($var) with $var === nullMaurício Meneghini Fauth2019-12-141-1/+1
* | Remove useless parenthesesMaurício Meneghini Fauth2019-12-141-4/+2
* | Reference classes via a use statementMaurício Meneghini Fauth2019-12-145-7/+12
* | Merge branch 'QA'William Desportes2019-11-135-0/+14
|\ \ | |/
| * fixes #267 - ALTER TABLE ... PRIMARY/UNIQUE KEY "Missing comma" errorMisterCoder2019-11-135-1/+15
* | Merge branch 'QA'William Desportes2019-11-011-0/+12
|\ \ | |/
| * Add test case to check partition name starting by a numberHugues Peccatte2019-11-011-0/+12
* | Merge branch 'QA'William Desportes2019-10-292-8/+42
|\ \ | |/
| * Manage "CHECK" keywordHugues Peccatte2019-10-281-0/+16
| * Fix CLITestWilliam Desportes2019-05-291-1/+1
| * revert usage of new array syntax []William Desportes2019-05-298-25/+29
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-2870-70/+1
| * revert of new array syntaxWilliam Desportes2019-05-2847-1192/+1190
| * Revert array syntaxWilliam Desportes2019-05-283-6/+6
* | Fix deprecated annotations William Desportes2019-09-255-28/+16
* | Set return type to void on setUp for phpunitWilliam Desportes2019-09-251-1/+1
|/
* Fix merge conflicts for pull request #242Isaac Bennetch2019-05-092-0/+48
|\
| * Recognize question mark as parameter, add formatter for parametersRadosław Kowalewski2019-04-192-0/+48
* | Fix errors detected by PHPStan at level 0Maurício Meneghini Fauth2019-05-085-3/+3
* | Fix failing test from pull request #224Isaac Bennetch2019-05-061-1/+1
* | Merge pull request #241 from LeSuisse/php-warning-incomplete-case-expressionIsaac Bennetch2019-05-0518-17/+23
|\ \
| * | Fix PHP warnings when building an incomplete CASE expressionThomas Gerbet2019-04-1018-17/+23
* | | Add usage hints for command line stdinIsaac Bennetch2019-04-291-6/+12
|/ /
* | added stdin testcoverageMarkus Staab2019-04-051-0/+26
* | fix: incorrect lastClauseIdx in Util::getQueryDeven Bansod2019-03-121-1/+86
* | Fix incorrect error on DEFAULT keyword in ALTER operationDeven Bansod2019-03-074-5/+10
* | Fixed statements INSERT and REPLACE + options.Przemek Szalko2019-02-152-0/+23
* | Changed implementation of build() methods to generate more consistent SQL.Przemek Szalko2019-02-156-23/+23
* | Fix risky testsMaurício Meneghini Fauth2019-01-1627-55/+62
* | Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-1670-1/+70
* | Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-1648-1135/+1368
|/
* Fix incorrect error on DEFAULT keyword in ALTER operationDeven Bansod2019-01-033-0/+3
* Merge pull request #203 from mostertb/case-aliasIsaac Bennetch2018-12-2422-0/+94
|\
| * Add component build tests from CASE expressions with aliasesBrad Mostert2018-10-131-0/+28
| * Add tests for parsing of CASE expressions with aliasesBrad Mostert2018-10-1321-0/+66
* | Merge pull request #216 from devenbansod/fix/199Deven Bansod2018-12-2314-0/+30
|\ \
| * | Add support for INDEX hints in SELECT statementDeven Bansod2018-12-2314-0/+30
* | | Merge pull request #215 from devenbansod/fix/180Deven Bansod2018-12-2239-0/+232
|\ \ \ | |/ /
| * | Add support for LOCK and UNLOCK StatementsDeven Bansod2018-12-2239-0/+232
* | | Merge pull request #214 from devenbansod/fix/160Deven Bansod2018-12-223-0/+27
|\ \ \ | |/ / |/| |
| * | Throw a parser error on extraneous comma in UPDATE statementDeven Bansod2018-12-223-0/+27
* | | Merge pull request #212 from devenbansod/fix/189Deven Bansod2018-12-217-0/+17
|\ \ \ | |/ / |/| |
| * | Throw a parse error if a comma missing between two alter operationsDeven Bansod2018-12-217-0/+17
* | | Fix: Add missing support for STRAIGHT_JOINDeven Bansod2018-12-212-0/+10
|/ /
* | Merge pull request #211 from devenbansod/fix/190Deven Bansod2018-12-219-6/+36
|\ \
| * | Add support for end options in SET statementDeven Bansod2018-12-219-6/+36
* | | Merge pull request #210 from devenbansod/fix/204Deven Bansod2018-12-211-0/+42
|\ \ \
| * | | Fix building of RenameStatementDeven Bansod2018-12-201-0/+42
| |/ /
* | | Merge pull request #209 from devenbansod/test/create-replace-viewWilliam Desportes2018-12-201-0/+12
|\ \ \
| * | | Add tests for builder of CREATE or REPLACE VIEWDeven Bansod2018-12-201-0/+12
| |/ /
* | | Add support for PURGE statementsDeven Bansod2018-12-2016-0/+67
|/ /
* | Cleanup and improve readability:Bruno Perel2018-11-263-4/+3
|/
* Refactoring testsGabriel Caruso2017-12-1410-36/+36
* Use setUp instead of constructor for generating listMichal Čihař2017-12-141-2/+2
* Avoid using PHP 5.4+ syntax for arraysv4.2.4Michal Čihař2017-12-061-9/+9
* Improve SQL context loadingMichal Čihař2017-12-061-10/+30
* Fix parsing of CREATE TABLE with per field COLLATEMichal Čihař2017-11-081-0/+17
* Use PSR-1 for PHPUnit TestCaseGabriel Caruso2017-11-061-1/+2
* Fixed build CREATE TABLE query with PARTITIONS having ENGINE but not VALUES.Michal Čihař2017-10-101-3/+31
* Apply php-cs-fixerMichal Čihař2017-10-103-6/+12
* Add tests for partition definitions with engineMichal Čihař2017-10-104-0/+112
* Fix #172 Support parameter bindingMadhura Jayaratne2017-09-233-0/+27
* Add MariaDB 10.3 contextMichal Čihař2017-08-301-0/+1
* Test loading all contextsMichal Čihař2017-08-301-0/+27
* Provide $expr consistently for CaseExpression as with ExpressionMichal Čihař2017-07-129-9/+9
* Correctly handle CASE expression in SELECT statementMichal Čihař2017-07-121-0/+17
* Actually run new testMichal Čihař2017-07-121-0/+1
* Improved parsing of incomplete CREATE FUNCTION statementsMichal Čihař2017-07-122-0/+13
* Correctly handle incomplete statementsMichal Čihař2017-07-123-0/+6
* Add tests for (partially) parsed queriesMichal Čihař2017-07-122-0/+2
* Add recognizer for SET StatementsDeven Bansod2017-07-071-0/+6
* Improve UtfString handling of invalid stringsMichal Čihař2017-06-151-0/+31
* Fixed parsing SQL comment at the end of query.Michal Čihař2017-06-083-0/+11
* Prefix all SQL mode constants with SQL_MODE_v4.1.7Michal Čihař2017-06-061-1/+6
* Remove not used type arg from GROUP BYMichal Čihař2017-06-012-4/+4
* Merge commit '48d61a0c05316a25d9462379e79ff56d5e22a29c'Michal Čihař2017-06-011-0/+24
|\
| * Add GroupKeyword class to fix postgres GROUP BYJosé Tobias de Freitas Neto2017-05-311-0/+24
* | Add (failing) test for building GROUP BY clauseMichal Čihař2017-06-011-0/+12
|/
* Merge commit 'bb384a13abf5b8e96c2b50fef29e6be3b5ba9d04'Michal Čihař2017-05-171-16/+16
|\
| * Don't print duplicated cli formatting charactersDamian Dlugosz2017-05-171-16/+16
* | Inline CREATE PROCEDUREDamian Dlugosz2017-05-161-6/+3
|/
* Improved format of INSERT queries.Dan Ungureanu2017-05-161-9/+3