summaryrefslogtreecommitdiffstats
path: root/src/Components/Expression.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'QA'William Desportes2019-12-311-1/+1
|\
| * Fix phpdoc using phpstan level 3William Desportes2019-12-311-1/+1
* | Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-6/+0
* | Replace is_null($var) with $var === nullMaurício Meneghini Fauth2019-12-141-1/+1
* | 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-3/+3
| * revert of new array syntaxWilliam Desportes2019-05-281-6/+6
| * Revert array syntaxWilliam Desportes2019-05-281-3/+3
* | Replaced new self with new staticMartkCz2019-05-171-1/+1
|/
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-3/+3
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-26/+38
* Use triple (in)equalities when type compatibility is ensuredBruno Perel2018-11-261-1/+1
* Cleanup and improve readability:Bruno Perel2018-11-261-22/+24
* Fix #172 Support parameter bindingMadhura Jayaratne2017-09-231-0/+2
* Merge remote-tracking branch 'origin/pull/138'Michal Čihař2017-02-141-18/+18
|\
| * No useless elseDamian Dlugosz2017-02-121-18/+18
* | Order importsDamian Dlugosz2017-02-121-1/+1
|/
* Use keyword attribute for comparing keyword nameMichal Čihař2017-02-061-5/+5
* Merge branch 'master' into motranslatorMichal Čihař2017-01-231-6/+6
|\
| * Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-6/+6
* | Merge branch 'master' into motranslatorMichal Čihař2017-01-201-0/+1
|\ \ | |/
| * Properly handle operators AND, NOT, OR, XOR, DIV, MODMichal Čihař2017-01-061-0/+1
* | Merge branch 'master' into motranslatorMichal Čihař2017-01-061-27/+23
|\ \ | |/
| * Apply php-cs-fixerDamian Dlugosz2017-01-061-27/+23
* | Replace __( usage by Translator classMichal Čihař2016-12-211-7/+7
|/
* Use strlen on strings instead of countMichal Čihař2016-11-301-1/+1
* Fix parsing of variables being assigned value of CASE expr within SELECT stat...Deven Bansod2016-10-141-1/+8
* Clarify licenseMichal Čihař2016-09-261-1/+1
* Remove @author from comment metadataMichal Čihař2016-09-261-1/+0
* Allow to use function name in ASv3.4.4Michal Čihař2016-04-261-2/+3
* Correctly compare for empty stringMichal Čihař2016-04-061-2/+2
* Do not consume closing bracket if we didn't consume opening oneMichal Čihař2016-04-061-0/+3
* Fixed parsing of table with DEFAULT and COMMENT.Michal Čihař2016-03-021-0/+3
* Expression: Improved error messages related to aliases.Dan Ungureanu2016-02-211-2/+2
* Expression: Refactored parsing options.v3.3.0Dan Ungureanu2016-02-121-19/+56
* Misc: Fixed coding style.Dan Ungureanu2016-02-101-1/+1
* Expression: Rewrote expression parsing.Dan Ungureanu2016-02-041-111/+123
* Allow NULL in expressions.v3.0.8Dan Ungureanu2015-12-181-0/+1
* Improved test coverage.Dan Ungureanu2015-11-081-2/+3
* Updated coding style to follow PSR-2 coding standards.Dan Ungureanu2015-09-251-2/+0
* Fixed minor style issues in generated queries.v1.0.0Dan Ungureanu2015-08-201-1/+2
* Replaced explicit calls to Component::build() with implicit calls to Componen...Dan Ungureanu2015-08-181-17/+21
* Consistent PHPDoc style.Dan Ungureanu2015-08-151-0/+7
* Refactored field to something more appropriate depending on the context in wh...Dan Ungureanu2015-08-081-2/+4
* Added support for SELECT * FROM dual;Dan Ungureanu2015-07-251-1/+4
* Refactoring.Dan Ungureanu2015-07-221-6/+11
* Avoid processing the alias twice and generate an error.Dan Ungureanu2015-07-191-2/+16
* Better error detection. Fixed some of the old messages.Dan Ungureanu2015-07-151-3/+3
* Fixed some Scrutinizer issues.Dan Ungureanu2015-07-151-1/+1
* Improved error messages.Dan Ungureanu2015-07-151-18/+22
* Added MariaDB's options for virtual fields. Updated contexts to contain relev...Dan Ungureanu2015-07-141-3/+12
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-101-0/+337