Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | Merge branch 'QA' | William Desportes | 2019-11-13 | 1 | -0/+3 |
|\ | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | fixes #267 - ALTER TABLE ... PRIMARY/UNIQUE KEY "Missing comma" error | MisterCoder | 2019-11-13 | 1 | -1/+4 |
| | | |||||
| * | Revert "Enable strict mode on PHP files" | William Desportes | 2019-05-28 | 1 | -1/+0 |
| | | | | | | | | | | This reverts commit 17da8a34b81442524a8e01fead7b5968fa1cc39d. Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | revert of new array syntax | William Desportes | 2019-05-28 | 1 | -12/+12 |
|/ | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
* | Fix risky tests | Maurício Meneghini Fauth | 2019-01-16 | 1 | -2/+2 |
| | | | | | | | - Rename test providers - Mark tests as incomplete Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Enable strict mode on PHP files | Maurício Meneghini Fauth | 2019-01-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Apply phpmyadmin/coding-standard | Maurício Meneghini Fauth | 2019-01-16 | 1 | -12/+12 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Fix incorrect error on DEFAULT keyword in ALTER operation | Deven Bansod | 2019-01-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> | ||||
* | Throw a parse error if a comma missing between two alter operations | Deven Bansod | 2018-12-21 | 1 | -0/+3 |
| | | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> | ||||
* | Merge remote-tracking branch 'origin/pull/137' | Michal Čihař | 2017-02-14 | 1 | -0/+2 |
|\ | |||||
| * | Apply cs fixes | Damian Dlugosz | 2017-02-12 | 1 | -0/+1 |
|/ | |||||
* | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 1 | -2/+2 |
| | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -1/+0 |
| | |||||
* | Add tests for ALTER DATABASE and ALTER VIEW | Deven Bansod | 2016-10-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> | ||||
* | Merge remote-tracking branch 'origin/pull/67' | Michal Čihař | 2016-09-07 | 1 | -0/+1 |
|\ | |||||
| * | Added a test for 'ALTER TABLE .. COMMENT abc' | Deven Bansod | 2016-09-07 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> | ||||
* | | Add a new test case for statements with missing delimiter | Deven Bansod | 2016-09-07 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> | ||||
* | Reorganized tests. | Dan Ungureanu | 2015-07-23 | 1 | -2/+2 |
| | | | | Implemented a tool to generate tests. | ||||
* | Improved error messages. | Dan Ungureanu | 2015-07-15 | 1 | -0/+1 |
| | | | | | Achieved 100% code coverage. Some refactoring. | ||||
* | The context depends on the SQL mode. | Dan Ungureanu | 2015-07-04 | 1 | -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. |