summaryrefslogtreecommitdiffstats
path: root/src/Components/ExpressionArray.php
Commit message (Expand)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-4/+0
* Merge branch 'QA'William Desportes2019-10-291-1/+1
|\
| * fix implode arg. orderRemi Collet2019-10-281-1/+1
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+1
| * Revert array syntaxWilliam Desportes2019-05-281-4/+4
|/
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-1/+1
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-4/+4
* Fix parameter typeMichal Čihař2017-02-071-2/+2
* Properly document parameter typeMichal Čihař2017-02-071-2/+2
* 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
* | 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
|/
* Merge pull request #88 from devenbansod/fix_pma_12100Michal Čihař2016-10-031-3/+11
|\
| * Add parsing of CASE ExpressionsDeven Bansod2016-09-251-3/+11
* | Clarify licenseMichal Čihař2016-09-261-1/+1
* | Remove @author from comment metadataMichal Čihař2016-09-261-1/+0
|/
* 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
* 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
* Refactored field to something more appropriate depending on the context in wh...Dan Ungureanu2015-08-081-2/+2
* 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
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-101-0/+96