summaryrefslogtreecommitdiffstats
path: root/tests/Parser/AlterStatementTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-2/+2
* Merge branch 'QA'William Desportes2019-11-131-0/+3
|\
| * fixes #267 - ALTER TABLE ... PRIMARY/UNIQUE KEY "Missing comma" errorMisterCoder2019-11-131-1/+4
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+0
| * revert of new array syntaxWilliam Desportes2019-05-281-12/+12
|/
* 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-12/+12
* Fix incorrect error on DEFAULT keyword in ALTER operationDeven Bansod2019-01-031-0/+1
* Throw a parse error if a comma missing between two alter operationsDeven Bansod2018-12-211-0/+3
* 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 tests for ALTER DATABASE and ALTER VIEWDeven Bansod2016-10-251-0/+2
* Merge remote-tracking branch 'origin/pull/67'Michal Čihař2016-09-071-0/+1
|\
| * Added a test for 'ALTER TABLE .. COMMENT abc'Deven Bansod2016-09-071-0/+1
* | Add a new test case for statements with missing delimiterDeven Bansod2016-09-071-0/+1
|/
* Reorganized tests.Dan Ungureanu2015-07-231-2/+2
* Improved error messages.Dan Ungureanu2015-07-151-0/+1
* The context depends on the SQL mode.Dan Ungureanu2015-07-041-0/+24