summaryrefslogtreecommitdiffstats
path: root/tests/Fragments
Commit message (Collapse)AuthorAgeFilesLines
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-1010-332/+0
|
* More coding style fixes. And typos. Lots of them.Dan Ungureanu2015-07-082-4/+4
|
* Improved fragments. New builders available. Refactored some fields.Dan Ungureanu2015-07-072-1/+9
| | | | | | | | 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.
* The context depends on the SQL mode.Dan Ungureanu2015-07-046-1/+83
| | | | | | | | | Implemented a few more builders. Improved some fragments and statement types. Fixed the noAlias option in FieldFragment. Reordered CREATE statements's options. Updated contexts definitions. Fixed typos. Improved tests.
* Miscellaneous fixes.Dan Ungureanu2015-06-301-1/+1
|
* Added statement builder (converts statement trees into executable query ↵Dan Ungureanu2015-06-308-0/+242
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).