Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 1 | -4/+0 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | Merge branch 'QA' | William Desportes | 2019-10-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | This merge includes phpcs fixes Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | fix implode arg. order | Remi Collet | 2019-10-28 | 1 | -1/+1 |
| | | | | | | | | Ref: https://www.php.net/manual/en/function.implode.php | ||||
| * | Revert "Enable strict mode on PHP files" | William Desportes | 2019-05-28 | 1 | -1/+1 |
| | | | | | | | | | | This reverts commit 17da8a34b81442524a8e01fead7b5968fa1cc39d. Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | Revert array syntax | William Desportes | 2019-05-28 | 1 | -4/+4 |
|/ | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
* | 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 | -4/+4 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Fix parameter type | Michal Čihař | 2017-02-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Properly document parameter type | Michal Čihař | 2017-02-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | 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 | -13/+11 |
|\ \ | |/ | |||||
| * | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -13/+11 |
| | | |||||
* | | Replace __( usage by Translator class | Michal Čihař | 2016-12-21 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Merge pull request #88 from devenbansod/fix_pma_12100 | Michal Čihař | 2016-10-03 | 1 | -3/+11 |
|\ | | | | | Add parsing of CASE Expressions | ||||
| * | Add parsing of CASE Expressions | Deven Bansod | 2016-09-25 | 1 | -3/+11 |
| | | | | | | | | | | | | Fix phpmyadmin/phpmyadmin#12100 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.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> | ||||
* | Allow NULL in expressions.v3.0.8 | Dan Ungureanu | 2015-12-18 | 1 | -0/+1 |
| | |||||
* | Expressions may begin with a function that is also a reserved keyword.v3.0.7 | Dan Ungureanu | 2015-11-17 | 1 | -0/+1 |
| | |||||
* | Updated coding style to follow PSR-2 coding standards. | Dan Ungureanu | 2015-09-25 | 1 | -1/+0 |
| | |||||
* | 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. | ||||
* | Consistent PHPDoc style. | Dan Ungureanu | 2015-08-15 | 1 | -2/+4 |
| | |||||
* | Introduced the buffered query parser. This is used to extract statements from a | Dan Ungureanu | 2015-08-09 | 1 | -2/+2 |
| | | | | | | buffered string that may be parsed using the parser. DELIMITER is no longer reported as unexpected beginning of statement. Fixed typos. | ||||
* | Refactored field to something more appropriate depending on the context in ↵ | Dan Ungureanu | 2015-08-08 | 1 | -2/+2 |
| | | | | which it is used. | ||||
* | Added support for SELECT * FROM dual; | Dan Ungureanu | 2015-07-25 | 1 | -1/+4 |
| | |||||
* | Refactoring. | Dan Ungureanu | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | Minor style fix. | Dan Ungureanu | 2015-07-19 | 1 | -2/+0 |
| | |||||
* | Avoid processing the alias twice and generate an error. | Dan Ungureanu | 2015-07-19 | 1 | -7/+28 |
| | | | | | Errors are triggered when an unexpected token is found between clauses. Refactoring. | ||||
* | Mass renaming. Using 'component' instead of 'fragment'. | Dan Ungureanu | 2015-07-10 | 1 | -0/+96 |