summaryrefslogtreecommitdiffstats
path: root/tests/Parser/CreateStatementTest.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'QA'William Desportes2019-12-311-0/+4
|\
| * fix #231: allow SCHEMA to be used in CREATE Database statementDeven Bansod2019-12-291-1/+5
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+0
| * revert of new array syntaxWilliam Desportes2019-05-281-31/+31
* | 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-31/+31
* Add tests for partition definitions with engineMichal Čihař2017-10-101-0/+1
* Actually run new testMichal Čihař2017-07-121-0/+1
* Merge remote-tracking branch 'origin/pull/137'Michal Čihař2017-02-141-0/+2
|\
| * Apply cs fixesDamian Dlugosz2017-02-121-0/+1
|/
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-2/+2
* Apply php-cs-fixerDamian Dlugosz2017-01-061-1/+0
* Add missing test for error conditionMichal Čihař2017-01-031-0/+1
* Fix parsing of ON UPDATE option in TIMESTAMP field with precisionDeven Bansod2016-10-101-0/+1
* Fix parsing of user@host without backquotesDeven Bansod2016-09-201-0/+2
* Add test for non-reserved keyword as column nameMichal Čihař2016-09-131-0/+1
* Merge remote-tracking branch 'origin/pull/70'Michal Čihař2016-09-131-0/+2
|\
| * Fix #59: Non-reserved keywords should be allowed as a field nameDeven Bansod2016-09-071-0/+2
* | Fix #55 : Add support for spatial datatypesDeven Bansod2016-09-081-0/+1
|/
* Added test case for missing LIKE expr and building of queryDeven Bansod2016-09-071-0/+1
* Added a testcase for CREATE TABLE .. LIKE 'old_table'Deven Bansod2016-09-071-0/+1
* Properly parse CREATE TABLE [AS] SELECTMichal Čihař2016-03-191-0/+2
* Fixed a couple of minor bugs in partition parsing.Dan Ungureanu2015-08-161-0/+1
* Reorganized tests.Dan Ungureanu2015-07-231-14/+14
* Better error detection. Fixed some of the old messages.Dan Ungureanu2015-07-151-0/+1
* Added MariaDB's options for virtual fields. Updated contexts to contain relev...Dan Ungureanu2015-07-141-0/+1
* Improved fragments. New builders available. Refactored some fields.Dan Ungureanu2015-07-071-0/+1
* The context depends on the SQL mode.Dan Ungureanu2015-07-041-5/+7
* Added statement builder (converts statement trees into executable query strin...Dan Ungureanu2015-06-301-0/+32