| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
|
|
|
| |
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
|
|
|
| |
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
|
|
|
|
| |
Avoid duplicate if conditions
Use switch/case instead of ifs when possible
|
|
|
|
|
|
| |
Fixes #126
Signed-off-by: Michal Čihař <michal@cihar.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add link to official license text
- Use SPDX identifier for license
- Clarify that the code is GPL or later
- See issue #89
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
|
|
| |
- We're doing this for ages in phpmyadmin repo
- The comments get outdated over time
- See issue #89
Signed-off-by: Michal Čihař <michal@cihar.com>
|
| |
|
|
|
|
| |
Fixes #16.
|
|
|
|
|
|
| |
buffered string that may be parsed using the parser.
DELIMITER is no longer reported as unexpected beginning of statement.
Fixed typos.
|
|
|
|
| |
Renamed the keys used for options to something more relevant.
|
|
|
|
| |
Fixed coding style.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Implemented better support for keys in FieldDefFragment.
Improved contexts' documentation and definition.
|
|
Refactoring and bug fixing.
|