summaryrefslogtreecommitdiffstats
path: root/tests/Utils/BufferedQueryTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-2/+2
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* Fix risky testsMaurício Meneghini Fauth2019-01-161-2/+2
| | | | | | | - Rename test providers - Mark tests as incomplete Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-45/+45
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Cleanup and improve readability:Bruno Perel2018-11-261-2/+2
| | | | | Avoid duplicate if conditions Use switch/case instead of ifs when possible
* Fixes striping of inline comments #11717Raghuram2017-04-051-1/+25
| | | | Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
* Merge remote-tracking branch 'origin/pull/137'Michal Čihař2017-02-141-0/+3
|\
| * Apply cs fixesDamian Dlugosz2017-02-121-0/+2
| |
* | Order importsDamian Dlugosz2017-02-121-1/+1
|/
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-3/+3
| | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* Apply php-cs-fixerDamian Dlugosz2017-01-061-19/+16
|
* Fix parsing of query with \v3.4.3Michal Čihař2016-04-191-0/+22
| | | | | | | | The previous fix was wrong, it didn't properly handle double escaping. Fixes https://github.com/phpmyadmin/phpmyadmin/issues/12197 Signed-off-by: Michal Čihař <michal@cihar.com>
* Fix splitting query when escaped quotes are involvedMichal Čihař2016-03-021-0/+13
| | | | | | Fixes https://github.com/phpmyadmin/phpmyadmin/issues/12054 Signed-off-by: Michal Čihař <michal@cihar.com>
* Handle backslashes separately for BufferedQuery.v3.0.1Dan Ungureanu2015-10-061-0/+14
|
* Updated coding style to follow PSR-2 coding standards.Dan Ungureanu2015-09-251-1/+4
|
* Consistent PHPDoc style.Dan Ungureanu2015-08-151-0/+2
|
* Added tests for BufferedQuery and Parser.Dan Ungureanu2015-08-111-0/+257