summaryrefslogtreecommitdiffstats
path: root/tests/lexer/IsMethodsTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Added statement builder (converts statement trees into executable query ↵Dan Ungureanu2015-06-301-132/+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 table utilities.Dan Ungureanu2015-06-221-6/+9
| | | | Refactoring and bug fixing.
* Added multiple contexts.Dan Ungureanu2015-06-201-8/+10
| | | | Edited the behaviour of the keyword token.
* Follow the PSR2 standard.Dan Ungureanu2015-06-131-1/+5
|
* Initial commit.Dan Ungureanu2015-06-081-0/+123