summaryrefslogtreecommitdiffstats
path: root/src/Components/ExpressionArray.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-4/+0
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* Merge branch 'QA'William Desportes2019-10-291-1/+1
|\ | | | | | | | | | | This merge includes phpcs fixes Signed-off-by: William Desportes <williamdes@wdes.fr>
| * fix implode arg. orderRemi Collet2019-10-281-1/+1
| | | | | | | | Ref: https://www.php.net/manual/en/function.implode.php
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+1
| | | | | | | | | | This reverts commit 17da8a34b81442524a8e01fead7b5968fa1cc39d. Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Revert array syntaxWilliam Desportes2019-05-281-4/+4
|/ | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr>
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-1/+1
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-4/+4
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Fix parameter typeMichal Čihař2017-02-071-2/+2
| | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* Properly document parameter typeMichal Čihař2017-02-071-2/+2
| | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* Merge branch 'master' into motranslatorMichal Čihař2017-01-231-5/+5
|\
| * Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-5/+5
| | | | | | | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* | Merge branch 'master' into motranslatorMichal Čihař2017-01-061-13/+11
|\ \ | |/
| * Apply php-cs-fixerDamian Dlugosz2017-01-061-13/+11
| |
* | Replace __( usage by Translator classMichal Čihař2016-12-211-1/+1
|/ | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* Merge pull request #88 from devenbansod/fix_pma_12100Michal Čihař2016-10-031-3/+11
|\ | | | | Add parsing of CASE Expressions
| * Add parsing of CASE ExpressionsDeven Bansod2016-09-251-3/+11
| | | | | | | | | | | | Fix phpmyadmin/phpmyadmin#12100 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
* | Clarify licenseMichal Čihař2016-09-261-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 metadataMichal Čihař2016-09-261-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.8Dan Ungureanu2015-12-181-0/+1
|
* Expressions may begin with a function that is also a reserved keyword.v3.0.7Dan Ungureanu2015-11-171-0/+1
|
* Updated coding style to follow PSR-2 coding standards.Dan Ungureanu2015-09-251-1/+0
|
* Fixed minor style issues in generated queries.v1.0.0Dan Ungureanu2015-08-201-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 Ungureanu2015-08-151-2/+4
|
* Introduced the buffered query parser. This is used to extract statements from aDan Ungureanu2015-08-091-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 Ungureanu2015-08-081-2/+2
| | | | which it is used.
* Added support for SELECT * FROM dual;Dan Ungureanu2015-07-251-1/+4
|
* Refactoring.Dan Ungureanu2015-07-221-1/+1
|
* Minor style fix.Dan Ungureanu2015-07-191-2/+0
|
* Avoid processing the alias twice and generate an error.Dan Ungureanu2015-07-191-7/+28
| | | | | Errors are triggered when an unexpected token is found between clauses. Refactoring.
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-101-0/+96