summaryrefslogtreecommitdiffstats
path: root/tests/Utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved test coverage.Dan Ungureanu2015-11-081-0/+5
|
* Handle backslashes separately for BufferedQuery.v3.0.1Dan Ungureanu2015-10-061-0/+14
|
* Support for references from different tables.v3.0.0Dan Ungureanu2015-10-031-0/+4
|
* Added utilities for handling tokens and tokens list.v2.1.0Dan Ungureanu2015-09-301-0/+106
|
* Updated coding style to follow PSR-2 coding standards.Dan Ungureanu2015-09-252-2/+6
|
* Consistent PHPDoc style.Dan Ungureanu2015-08-151-0/+2
|
* Added tests for BufferedQuery and Parser.Dan Ungureanu2015-08-111-0/+257
|
* Add support for MySQL commands inside comments.Dan Ungureanu2015-08-081-1/+1
|
* Fixed a bug that didn't parse comments properly.Dan Ungureanu2015-08-051-1/+40
| | | | | | getFirstStatement util doesn't ignore MySQL specific query anymore (between comments). Misc coding style fixes. Fixed tests.
* Improved support for UNION.Dan Ungureanu2015-07-251-0/+15
|
* Improved Table utilities.Dan Ungureanu2015-07-141-7/+37
| | | | Fixed coding style.
* Added utilities for parsing errors.Dan Ungureanu2015-07-091-0/+34
|
* Improved fragments. New builders available. Refactored some fields.Dan Ungureanu2015-07-071-0/+46
| | | | | | | | 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.
* Improved condition parsing and query utilities.Dan Ungureanu2015-07-051-4/+80
|
* Improved WHERE keyword parser and query's utilities.Dan Ungureanu2015-07-021-5/+1
|
* Added statement builder (converts statement trees into executable query ↵Dan Ungureanu2015-06-304-0/+806
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).