Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved test coverage. | Dan Ungureanu | 2015-11-08 | 1 | -0/+5 | |
| | ||||||
* | Handle backslashes separately for BufferedQuery.v3.0.1 | Dan Ungureanu | 2015-10-06 | 1 | -0/+14 | |
| | ||||||
* | Support for references from different tables.v3.0.0 | Dan Ungureanu | 2015-10-03 | 1 | -0/+4 | |
| | ||||||
* | Added utilities for handling tokens and tokens list.v2.1.0 | Dan Ungureanu | 2015-09-30 | 1 | -0/+106 | |
| | ||||||
* | Updated coding style to follow PSR-2 coding standards. | Dan Ungureanu | 2015-09-25 | 2 | -2/+6 | |
| | ||||||
* | Consistent PHPDoc style. | Dan Ungureanu | 2015-08-15 | 1 | -0/+2 | |
| | ||||||
* | Added tests for BufferedQuery and Parser. | Dan Ungureanu | 2015-08-11 | 1 | -0/+257 | |
| | ||||||
* | Add support for MySQL commands inside comments. | Dan Ungureanu | 2015-08-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed a bug that didn't parse comments properly. | Dan Ungureanu | 2015-08-05 | 1 | -1/+40 | |
| | | | | | | getFirstStatement util doesn't ignore MySQL specific query anymore (between comments). Misc coding style fixes. Fixed tests. | |||||
* | Improved support for UNION. | Dan Ungureanu | 2015-07-25 | 1 | -0/+15 | |
| | ||||||
* | Improved Table utilities. | Dan Ungureanu | 2015-07-14 | 1 | -7/+37 | |
| | | | | Fixed coding style. | |||||
* | Added utilities for parsing errors. | Dan Ungureanu | 2015-07-09 | 1 | -0/+34 | |
| | ||||||
* | Improved fragments. New builders available. Refactored some fields. | Dan Ungureanu | 2015-07-07 | 1 | -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 Ungureanu | 2015-07-05 | 1 | -4/+80 | |
| | ||||||
* | Improved WHERE keyword parser and query's utilities. | Dan Ungureanu | 2015-07-02 | 1 | -5/+1 | |
| | ||||||
* | Added statement builder (converts statement trees into executable query ↵ | Dan Ungureanu | 2015-06-30 | 4 | -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). |