Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove left overs of old array syntax | William Desportes | 2019-12-31 | 1 | -5/+5 |
| | | | | Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
* | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 1 | -7/+0 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | Remove useless parentheses | Maurício Meneghini Fauth | 2019-12-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | Replaced new self with new static | MartkCz | 2019-05-17 | 1 | -1/+1 |
| | |||||
* | Enable strict mode on PHP files | Maurício Meneghini Fauth | 2019-01-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Apply phpmyadmin/coding-standard | Maurício Meneghini Fauth | 2019-01-16 | 1 | -8/+8 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | No useless else | Damian Dlugosz | 2017-02-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into motranslator | Michal Čihař | 2017-01-23 | 1 | -5/+5 |
|\ | |||||
| * | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 1 | -5/+5 |
| | | | | | | | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | | Merge branch 'master' into motranslator | Michal Čihař | 2017-01-06 | 1 | -19/+15 |
|\ \ | |/ | |||||
| * | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -19/+15 |
| | | |||||
* | | Replace __( usage by Translator class | Michal Čihař | 2016-12-21 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Clarify license | Michal Čihař | 2016-09-26 | 1 | -1/+1 |
| | | | | | | | | | - 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> | ||||
* | Remove @author from comment metadata | Michal Čihař | 2016-09-26 | 1 | -1/+0 |
| | | | | | | | | - 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> | ||||
* | Misc: Fixed some more issues reported by Scrutinizer. | Dan Ungureanu | 2016-02-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Dan Ungureanu <udan1107@gmail.com> | ||||
* | ArrayObj: Handle more complex expressions in arrays. | Dan Ungureanu | 2016-02-02 | 1 | -47/+82 |
| | |||||
* | Updated coding style to follow PSR-2 coding standards. | Dan Ungureanu | 2015-09-25 | 1 | -1/+0 |
| | |||||
* | Improved documentation. | Dan Ungureanu | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | Fixed minor style issues in generated queries.v1.0.0 | Dan Ungureanu | 2015-08-20 | 1 | -1/+2 |
| | | | | | | | | | 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. | ||||
* | Replaced explicit calls to Component::build() with implicit calls to ↵ | Dan Ungureanu | 2015-08-18 | 1 | -15/+4 |
| | | | | | | | Component::__toString(). Fixed bugs that caused field names like '0', '0.0', etc. to be considered invalid. Refactoring. | ||||
* | Fixed a couple of minor bugs in partition parsing. | Dan Ungureanu | 2015-08-16 | 1 | -1/+5 |
| | | | | | | | '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. | ||||
* | Consistent PHPDoc style. | Dan Ungureanu | 2015-08-15 | 1 | -2/+4 |
| | |||||
* | Initial support for partitions. | Dan Ungureanu | 2015-08-15 | 1 | -4/+8 |
| | |||||
* | Finished builders for components. | Dan Ungureanu | 2015-08-14 | 1 | -7/+15 |
| | |||||
* | Refactoring. | Dan Ungureanu | 2015-07-22 | 1 | -2/+8 |
| | |||||
* | Better error detection. Fixed some of the old messages. | Dan Ungureanu | 2015-07-15 | 1 | -2/+2 |
| | | | | Minor coding style fixes. | ||||
* | Mass renaming. Using 'component' instead of 'fragment'. | Dan Ungureanu | 2015-07-10 | 1 | -0/+146 |