summaryrefslogtreecommitdiffstats
path: root/tests/Parser/AlterStatementTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-2/+2
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* Merge branch 'QA'William Desportes2019-11-131-0/+3
|\ | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * 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
| | | | | | | | | | This reverts commit 17da8a34b81442524a8e01fead7b5968fa1cc39d. Signed-off-by: William Desportes <williamdes@wdes.fr>
| * revert of new array syntaxWilliam Desportes2019-05-281-12/+12
|/ | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr>
* Fix risky testsMaurício Meneghini Fauth2019-01-161-2/+2
| | | | | | | - Rename test providers - Mark tests as incomplete Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-12/+12
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Fix incorrect error on DEFAULT keyword in ALTER operationDeven Bansod2019-01-031-0/+1
| | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
* Throw a parse error if a comma missing between two alter operationsDeven Bansod2018-12-211-0/+3
| | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
* 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
| | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* Apply php-cs-fixerDamian Dlugosz2017-01-061-1/+0
|
* Add tests for ALTER DATABASE and ALTER VIEWDeven Bansod2016-10-251-0/+2
| | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
* 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
| | | | | | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
* | Add a new test case for statements with missing delimiterDeven Bansod2016-09-071-0/+1
|/ | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
* Reorganized tests.Dan Ungureanu2015-07-231-2/+2
| | | | Implemented a tool to generate tests.
* Improved error messages.Dan Ungureanu2015-07-151-0/+1
| | | | | Achieved 100% code coverage. Some refactoring.
* The context depends on the SQL mode.Dan Ungureanu2015-07-041-0/+24
Implemented a few more builders. Improved some fragments and statement types. Fixed the noAlias option in FieldFragment. Reordered CREATE statements's options. Updated contexts definitions. Fixed typos. Improved tests.