summaryrefslogtreecommitdiffstats
path: root/src/Utils/BufferedQuery.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
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+1
| * revert of new array syntaxWilliam Desportes2019-05-281-2/+2
| * Revert array syntaxWilliam Desportes2019-05-281-2/+2
* | Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-6/+0
|/
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-1/+1
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-9/+8
* Use triple (in)equalities when type compatibility is ensuredBruno Perel2018-11-261-2/+2
* Cleanup and improve readability:Bruno Perel2018-11-261-21/+20
* Fixes striping of inline comments #11717Raghuram2017-04-051-3/+5
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-2/+2
* Apply php-cs-fixerDamian Dlugosz2017-01-061-25/+21
* Clarify licenseMichal Čihař2016-09-261-1/+1
* Remove @author from comment metadataMichal Čihař2016-09-261-1/+0
* Fix parsing of query with \v3.4.3Michal Čihař2016-04-191-3/+3
* Fix splitting query when escaped quotes are involvedMichal Čihař2016-03-021-2/+2
* BufferedQuery: Backslashes in comments escaped characters in comments.Dan Ungureanu2016-01-091-7/+13
* Fixed DELIMITER statements in BufferedQuery.Dan Ungureanu2015-11-081-0/+5
* Handle backslashes separately for BufferedQuery.v3.0.1Dan Ungureanu2015-10-061-2/+14
* Updated coding style to follow PSR-2 coding standards.Dan Ungureanu2015-09-251-5/+0
* Consistent PHPDoc style.Dan Ungureanu2015-08-151-0/+5
* Coding style fixes.Dan Ungureanu2015-08-111-1/+1
* The initial value of the query is no longer ignored in BufferedQuery's constr...Dan Ungureanu2015-08-111-1/+1
* Refactored some parts of BufferedQuery. Fixed minor bugs.Dan Ungureanu2015-08-111-13/+17
* Typo in operator name.Dan Ungureanu2015-08-111-2/+2
* Introduced the buffered query parser. This is used to extract statements from aDan Ungureanu2015-08-091-0/+390