summaryrefslogtreecommitdiffstats
path: root/tests/Fragments/ArrayFragmentTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-101-40/+0
|
* The context depends on the SQL mode.Dan Ungureanu2015-07-041-0/+17
| | | | | | | | | 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.
* Added statement builder (converts statement trees into executable query ↵Dan Ungureanu2015-06-301-0/+23
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).