| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
| |
Better support for current statements.
Improved query utilities.
Fixed a bug in LIMIT's parser.
Fixed a documentation issue.
|
|
|
|
| |
Refactoring and improved documentation.
|
|
|
|
|
| |
Fixed an issue in contexts.
Updated tests.
|
|
|
|
|
|
|
|
| |
Included basic support for ANALYZE, BACKUP, CHECK, CHECKSUM, OPTIMIZE, REPAIR and RESTORE statements.
Better parsing for fields, SELECT statement, INTO keyword.
Improved contexts (included functions).
Improved documentation.
Refactoring and coding style fixes.
|
|
|
|
| |
Improved tests and documentation.
|
| |
|
|
|
|
| |
Edited the behaviour of the keyword token.
|
|
|
|
|
|
| |
Improved the value extraction method for tokens.
Fixed a bug in data type parser.
Minor parser refactoring.
|
| |
|
|
|
|
|
|
|
| |
Improved field parser.
Support for joins.
Added tests.
Minor documentation fix.
|
|
Refactored string and symbol parsers. Lexer can now parse user references.
Changed tests' format.
Better data type support.
|