| 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>
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
| |
Introduced options for builders.
Data types are lower case in CREATE TABLE statements, but in any other case
they continue to be upper case.
Formatter uses 2 spaces instead of 4 for indentation as specified in the MySQL
Coding Guidelines.
https://dev.mysql.com/doc/internals/en/indentation-spacing.html.
|
|
|
|
|
|
|
| |
Component::__toString().
Fixed bugs that caused field names like '0', '0.0', etc. to be considered invalid.
Refactoring.
|
| |
|
| |
|
|
|