summaryrefslogtreecommitdiffstats
path: root/src/Components/OptionsArray.php
Commit message (Expand)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-6/+0
* Remove useless parenthesesMaurício Meneghini Fauth2019-12-141-1/+1
* Replaced new self with new staticMartkCz2019-05-171-1/+1
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-1/+1
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-19/+19
* Use triple (in)equalities when type compatibility is ensuredBruno Perel2018-11-261-4/+4
* Merge branch 'master' into motranslatorMichal Čihař2017-01-231-6/+6
|\
| * Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-5/+5
* | Merge branch 'master' into motranslatorMichal Čihař2017-01-061-26/+26
|\ \ | |/
| * Apply php-cs-fixerDamian Dlugosz2017-01-061-26/+26
| * Consistently end message with .Michal Čihař2016-12-211-1/+1
* | Migrate new code to use Translator classMichal Čihař2016-12-211-1/+1
* | Use static method for translatingMichal Čihař2016-12-211-1/+1
* | Replace __( usage by Translator classMichal Čihař2016-12-211-1/+2
|/
* Clarify licenseMichal Čihař2016-09-261-1/+1
* Remove @author from comment metadataMichal Čihař2016-09-261-1/+0
* Fix parsing of user@host without backquotesDeven Bansod2016-09-201-5/+9
* Add special cases for SET CHARACTER SET, CHARSET, NAMESDeven Bansod2016-09-101-0/+19
* OptionsArray: Fixed case-sensitivity issues.Dan Ungureanu2016-02-211-6/+11
* Fixed coding style.Dan Ungureanu2015-11-081-2/+2
* Fix error message.v3.0.4Dan Ungureanu2015-10-211-1/+3
* Properly parse options when the value of the option is '='.v2.1.2Dan Ungureanu2015-10-021-1/+1
* Updated coding style to follow PSR-2 coding standards.Dan Ungureanu2015-09-251-1/+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-4/+3
* Consistent PHPDoc style.Dan Ungureanu2015-08-151-1/+7
* Coding style fixes.Dan Ungureanu2015-08-111-4/+4
* Refactoring.Dan Ungureanu2015-07-221-3/+5
* Improved localization.Dan Ungureanu2015-07-211-1/+5
* Fixed support for multi-byte strings.Dan Ungureanu2015-07-161-2/+2
* Better error detection. Fixed some of the old messages.Dan Ungureanu2015-07-151-1/+1
* Improved error messages.Dan Ungureanu2015-07-151-0/+10
* Added switch to skip sorting options.Dan Ungureanu2015-07-141-18/+28
* Fixed typos and documentation.Dan Ungureanu2015-07-141-7/+9
* Added MariaDB's options for virtual fields. Updated contexts to contain relev...Dan Ungureanu2015-07-141-33/+113
* Added remove() method for OptionsArray.Dan Ungureanu2015-07-101-2/+22
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-101-0/+210