summaryrefslogtreecommitdiffstats
path: root/tests/parser/RestoreStatementTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Added statement builder (converts statement trees into executable query ↵Dan Ungureanu2015-06-301-24/+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).
* Added query utilities.Dan Ungureanu2015-06-251-0/+24
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.