summaryrefslogtreecommitdiffstats
path: root/src/Utils/Query.php
Commit message (Expand)AuthorAgeFilesLines
* Remove left overs of old array syntaxWilliam Desportes2019-12-311-1/+1
* Merge branch 'QA'William Desportes2019-12-311-1/+1
|\
| * Fix #249 - Notice - Undefined index: ORDER BYWilliam Desportes2019-12-311-1/+1
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+1
| * revert of new array syntaxWilliam Desportes2019-05-281-24/+24
| * Revert array syntaxWilliam Desportes2019-05-281-6/+6
* | Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-4/+0
* | Remove useless parenthesesMaurício Meneghini Fauth2019-12-141-2/+2
|/
* fix: incorrect lastClauseIdx in Util::getQueryDeven Bansod2019-03-121-2/+2
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-1/+1
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-44/+59
* Fix unused variableBruno Perel2018-12-091-3/+3
* Use triple (in)equalities when type compatibility is ensuredBruno Perel2018-11-261-2/+2
* Cleanup and improve readability:Bruno Perel2018-11-261-17/+16
* Always initialize querytype flagMichal Čihař2017-09-041-1/+1
* Provide $expr consistently for CaseExpression as with ExpressionMichal Čihař2017-07-121-3/+0
* Correctly handle CASE expression in SELECT statementMichal Čihař2017-07-121-0/+3
* Add recognizer for SET StatementsDeven Bansod2017-07-071-0/+3
* This is already doneMichal Čihař2017-02-201-1/+1
* Parse LOAD statement properlyDeven Bansod2017-02-181-0/+5
* Order importsDamian Dlugosz2017-02-121-3/+3
* Apply cs fixesDamian Dlugosz2017-02-121-0/+1
* Fix parameters documentationMichal Čihař2017-02-071-2/+2
* Split select flags calculation to separate methodMichal Čihař2017-02-071-62/+76
* Move all flags definition outside of methodMichal Čihař2017-02-071-155/+157
* Various coding style fixesMichal Čihař2017-02-071-11/+11
* Fix comment typeMichal Čihař2017-02-061-11/+11
* Use keyword attribute for comparing keyword nameMichal Čihař2017-02-061-7/+7
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-26/+26
* Apply php-cs-fixerDamian Dlugosz2017-01-061-110/+104
* Prevent incorrect error messages in UNION queriesDeven Bansod2016-11-201-0/+2
* Remove unused variable (#96)Michal Čihař2016-11-081-8/+0
* Validate order of clauses in the parsing of statementsDeven Bansod2016-11-031-0/+62
* Clarify licenseMichal Čihař2016-09-261-1/+1
* Remove @author from comment metadataMichal Čihař2016-09-261-1/+0
* Misc: Fixed some issues reported by Scrutinizer.Dan Ungureanu2016-02-211-2/+2
* Change return value from getAll in case of not parsed queryMichal Čihař2016-02-171-1/+1
* Fix the order of clauses in SELECT statements involing UNIONs.Dan Ungureanu2015-11-021-9/+1
* Use JOIN expressions for flag detection.Dan Ungureanu2015-11-021-1/+8
* Replaced explicit calls to Component::build() with implicit calls to Componen...Dan Ungureanu2015-08-181-11/+15
* Consistent PHPDoc style.Dan Ungureanu2015-08-151-2/+12
* Coding style fixes.Dan Ungureanu2015-08-111-3/+3
* Introduced the buffered query parser. This is used to extract statements from aDan Ungureanu2015-08-091-1/+1
* Add support for MySQL commands inside comments.Dan Ungureanu2015-08-081-3/+1
* Refactored field to something more appropriate depending on the context in wh...Dan Ungureanu2015-08-081-12/+12
* Fixed a bug that didn't parse comments properly.Dan Ungureanu2015-08-051-4/+6
* Added utility to get first full statement from a buffer.Dan Ungureanu2015-08-021-0/+63
* Fixed some Scrutinizer issues.Dan Ungureanu2015-07-251-1/+1
* Improved support for UNION.Dan Ungureanu2015-07-251-2/+9
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-101-2/+2
* Improved documentation.Dan Ungureanu2015-07-081-8/+8
* More coding style fixes. And typos. Lots of them.Dan Ungureanu2015-07-081-1/+1
* Coding style fixes.Dan Ungureanu2015-07-081-7/+2
* Improved fragments. New builders available. Refactored some fields.Dan Ungureanu2015-07-071-0/+51
* Improved condition parsing and query utilities.Dan Ungureanu2015-07-051-16/+133
* The context depends on the SQL mode.Dan Ungureanu2015-07-041-1/+1
* Improved WHERE keyword parser and query's utilities.Dan Ungureanu2015-07-021-46/+37
* Added statement builder (converts statement trees into executable query strin...Dan Ungureanu2015-06-301-29/+29
* Improved parsing system.Dan Ungureanu2015-06-281-21/+78
* New query utilities.Dan Ungureanu2015-06-281-17/+303
* Improved documentation.Dan Ungureanu2015-06-261-3/+9
* Improved query's utilities.Dan Ungureanu2015-06-261-9/+79
* Added query utilities.Dan Ungureanu2015-06-251-0/+131