Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix merge conflicts for pull request #242 | Isaac Bennetch | 2019-05-09 | 1 | -0/+6 |
|\ | | | | | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com> | ||||
| * | Recognize question mark as parameter, add formatter for parameters | Radosław Kowalewski | 2019-04-19 | 1 | -0/+6 |
| | | |||||
* | | 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> | ||||
* | Fixes wrong extract of string tokens with escaped characters. | Dan Ungureanu | 2017-04-11 | 1 | -0/+6 |
| | | | | | | Fixes #40. Signed-off-by: Dan Ungureanu <udan1107@gmail.com> | ||||
* | Order imports | Damian Dlugosz | 2017-02-12 | 1 | -1/+1 |
| | |||||
* | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 1 | -3/+3 |
| | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -2/+0 |
| | |||||
* | Added statement builder (converts statement trees into executable query ↵ | Dan Ungureanu | 2015-06-30 | 1 | -0/+80 |
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). |