summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/LexerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-2/+2
* Fix deprecated annotations William Desportes2019-09-251-5/+3
* Fix risky testsMaurício Meneghini Fauth2019-01-161-2/+2
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-30/+30
* Fixed parsing SQL comment at the end of query.Michal Čihař2017-06-081-0/+1
* Fixed invalid lexing of queries with : in strings.Michal Čihař2017-05-151-0/+1
* Maximum length of a delimiter is 15 characters.Dan Ungureanu2017-05-081-0/+1
* Merge remote-tracking branch 'origin/pull/137'Michal Čihař2017-02-141-0/+2
|\
| * Apply cs fixesDamian Dlugosz2017-02-121-0/+1
|/
* 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-3/+1
|\ \ | |/
| * Apply php-cs-fixerDamian Dlugosz2017-01-061-3/+1
* | Replace __( usage by Translator classMichal Čihař2016-12-211-3/+3
|/
* Enable Lexing of begin_label in the in-procedure statementsDeven Bansod2016-10-211-0/+2
* Updated coding style to follow PSR-2 coding standards.Dan Ungureanu2015-09-251-1/+4
* Fixed coding style.Dan Ungureanu2015-08-011-0/+1
* Added MySQL utility statements.Dan Ungureanu2015-07-301-0/+1
* Reorganized tests.Dan Ungureanu2015-07-231-20/+20
* Refactoring.Dan Ungureanu2015-07-221-21/+5
* Refactoring.Dan Ungureanu2015-07-211-0/+18
* Improved localization.Dan Ungureanu2015-07-211-5/+9
* Fixed support for multi-byte strings.Dan Ungureanu2015-07-161-0/+1
* Added statement builder (converts statement trees into executable query strin...Dan Ungureanu2015-06-301-0/+73