Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added statement builder (converts statement trees into executable query ↵ | Dan Ungureanu | 2015-06-30 | 1 | -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 Ungureanu | 2015-06-22 | 1 | -6/+9 |
| | | | | Refactoring and bug fixing. | ||||
* | Added multiple contexts. | Dan Ungureanu | 2015-06-20 | 1 | -8/+10 |
| | | | | Edited the behaviour of the keyword token. | ||||
* | Follow the PSR2 standard. | Dan Ungureanu | 2015-06-13 | 1 | -1/+5 |
| | |||||
* | Initial commit. | Dan Ungureanu | 2015-06-08 | 1 | -0/+123 |