Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 1 | -6/+6 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | 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 | -108/+218 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Merge remote-tracking branch 'origin/pull/137' | Michal Čihař | 2017-02-14 | 1 | -0/+6 |
|\ | |||||
| * | Apply cs fixes | Damian Dlugosz | 2017-02-12 | 1 | -0/+3 |
| | | |||||
* | | 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 | -41/+39 |
| | |||||
* | Added statement builder (converts statement trees into executable query ↵ | Dan Ungureanu | 2015-06-30 | 1 | -0/+196 |
strings). Implemented support for UNIONs in parser. Code coverage is now over 99%. Fixed CHECKSUM statement (typos). Refactored code. Removed pieces of duplicated code. Improved documentation and fixed coding style. Improved PHPUnit's configuration (more test suites for fine-grained testing). |