| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/12109
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/11975
Signed-off-by: Michal Čihař <michal@cihar.com>
|
| |
|
|
|
|
|
|
|
| |
'MAXVALUE' can be used for partitions.
The correct class is used for parsing.
Options may be specified for the class that is used for parsing.
Wrote tests.
|
| |
|
|
|
|
| |
Implemented a tool to generate tests.
|
| |
|
| |
|
|
|
|
| |
Improved localization tests.
|
| |
|
|
|
|
|
| |
Errors are triggered when an unexpected token is found between clauses.
Refactoring.
|
|
|
|
| |
Minor coding style fixes.
|
|
|
|
|
| |
Achieved 100% code coverage.
Some refactoring.
|
|
|
|
|
|
|
|
|
| |
relevant keywords.
Added magic method '__toString()' for components and statements for building.
Fixed a bug that caused the function name to be incorrectly detected in an expression.
Fixed a bug that ignored the 'noAlias' option in expressions.
Options may be expressions now.
|
|
|
|
| |
Some keywords may appear in conditions.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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).
|