Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove left overs of old array syntax | William Desportes | 2019-12-31 | 1 | -2/+2 |
| | | | | Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
* | 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> | ||||
* | 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> | ||||
* | Add tests for (partially) parsed queries | Michal Čihař | 2017-07-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Merge remote-tracking branch 'origin/pull/137' | Michal Čihař | 2017-02-14 | 1 | -0/+3 |
|\ | |||||
| * | Apply cs fixes | Damian Dlugosz | 2017-02-12 | 1 | -0/+2 |
| | | |||||
* | | Order imports | Damian Dlugosz | 2017-02-12 | 1 | -1/+1 |
|/ | |||||
* | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 1 | -4/+4 |
| | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -3/+1 |
| | |||||
* | Expression: Improved error messages related to aliases. | Dan Ungureanu | 2016-02-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Dan Ungureanu <udan1107@gmail.com> | ||||
* | Improved test coverage. | Dan Ungureanu | 2015-11-08 | 1 | -0/+2 |
| | |||||
* | Replaced explicit calls to Component::build() with implicit calls to ↵ | Dan Ungureanu | 2015-08-18 | 1 | -2/+8 |
| | | | | | | | Component::__toString(). Fixed bugs that caused field names like '0', '0.0', etc. to be considered invalid. Refactoring. | ||||
* | Avoid processing the alias twice and generate an error. | Dan Ungureanu | 2015-07-19 | 1 | -8/+29 |
| | | | | | Errors are triggered when an unexpected token is found between clauses. Refactoring. | ||||
* | Better error detection. Fixed some of the old messages. | Dan Ungureanu | 2015-07-15 | 1 | -1/+1 |
| | | | | Minor coding style fixes. | ||||
* | Improved error messages. | Dan Ungureanu | 2015-07-15 | 1 | -0/+5 |
| | | | | | Achieved 100% code coverage. Some refactoring. | ||||
* | Mass renaming. Using 'component' instead of 'fragment'. | Dan Ungureanu | 2015-07-10 | 1 | -0/+40 |