Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass renaming. Using 'component' instead of 'fragment'. | Dan Ungureanu | 2015-07-10 | 1 | -122/+0 |
| | |||||
* | Improved documentation. | Dan Ungureanu | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Improved fragments. New builders available. Refactored some fields. | Dan Ungureanu | 2015-07-07 | 1 | -2/+7 |
| | | | | | | | | New query utility to extract the name of the tables used in a statement. TRUNCATE is being parsed now. CREATE parsing and building has been improved. Improved the definition of UPDATE and DELETE statements. Fixed coding style. Improved documentation and tests. | ||||
* | Added statement builder (converts statement trees into executable query ↵ | Dan Ungureanu | 2015-06-30 | 1 | -1/+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). | ||||
* | Improved documentation. | Dan Ungureanu | 2015-06-26 | 1 | -0/+6 |
| | |||||
* | Fixed coding style. | Dan Ungureanu | 2015-06-22 | 1 | -5/+14 |
| | |||||
* | Removed the tokens array. | Dan Ungureanu | 2015-06-21 | 1 | -3/+1 |
| | |||||
* | Added multiple contexts. | Dan Ungureanu | 2015-06-20 | 1 | -1/+1 |
| | | | | Edited the behaviour of the keyword token. | ||||
* | Improved documentation and coding style. | Dan Ungureanu | 2015-06-16 | 1 | -3/+3 |
| | |||||
* | Initial commit. | Dan Ungureanu | 2015-06-08 | 1 | -0/+105 |