summaryrefslogtreecommitdiffstats
path: root/src/Fragments/SetKeyword.php
Commit message (Collapse)AuthorAgeFilesLines
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-101-122/+0
|
* Improved documentation.Dan Ungureanu2015-07-081-1/+1
|
* Improved fragments. New builders available. Refactored some fields.Dan Ungureanu2015-07-071-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 Ungureanu2015-06-301-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 Ungureanu2015-06-261-0/+6
|
* Fixed coding style.Dan Ungureanu2015-06-221-5/+14
|
* Removed the tokens array.Dan Ungureanu2015-06-211-3/+1
|
* Added multiple contexts.Dan Ungureanu2015-06-201-1/+1
| | | | Edited the behaviour of the keyword token.
* Improved documentation and coding style.Dan Ungureanu2015-06-161-3/+3
|
* Initial commit.Dan Ungureanu2015-06-081-0/+105