summaryrefslogtreecommitdiffstats
path: root/tests/parser
Commit message (Collapse)AuthorAgeFilesLines
* Added statement builder (converts statement trees into executable query ↵Dan Ungureanu2015-06-3013-373/+0
| | | | | | | | | | | 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).
* New query utilities.Dan Ungureanu2015-06-281-8/+2
| | | | Refactoring and improved documentation.
* Added query utilities.Dan Ungureanu2015-06-252-0/+42
| | | | | | | | Included basic support for ANALYZE, BACKUP, CHECK, CHECKSUM, OPTIMIZE, REPAIR and RESTORE statements. Better parsing for fields, SELECT statement, INTO keyword. Improved contexts (included functions). Improved documentation. Refactoring and coding style fixes.
* Refactoring.Dan Ungureanu2015-06-233-0/+30
| | | | Improved tests and documentation.
* Fixed coding style.Dan Ungureanu2015-06-221-2/+4
|
* Follow the PSR2 standard.Dan Ungureanu2015-06-1310-58/+140
|
* Added method that extracts aliases map.Dan Ungureanu2015-06-121-0/+5
| | | | | | | Improved field parser. Support for joins. Added tests. Minor documentation fix.
* Initial commit.Dan Ungureanu2015-06-0810-0/+218