summaryrefslogtreecommitdiffstats
path: root/src/Utils/Table.php
Commit message (Expand)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-4/+0
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-1/+1
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-14/+14
* Cleanup and improve readability:Bruno Perel2018-11-261-8/+8
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-2/+2
* Apply php-cs-fixerDamian Dlugosz2017-01-061-10/+4
* Clarify licenseMichal Čihař2016-09-261-1/+1
* Remove @author from comment metadataMichal Čihař2016-09-261-1/+0
* Support for references from different tables.v3.0.0Dan Ungureanu2015-10-031-1/+2
* Better parsing for CREATE TABLE statements.v2.0.0Dan Ungureanu2015-09-251-1/+6
* Introduced the buffered query parser. This is used to extract statements from aDan Ungureanu2015-08-091-1/+1
* Added switch to skip sorting options.Dan Ungureanu2015-07-141-1/+1
* Improved Table utilities.Dan Ungureanu2015-07-141-0/+5
* More coding style fixes. And typos. Lots of them.Dan Ungureanu2015-07-081-5/+0
* The context depends on the SQL mode.Dan Ungureanu2015-07-041-2/+8
* Added statement builder (converts statement trees into executable query strin...Dan Ungureanu2015-06-301-3/+0
* Improved documentation.Dan Ungureanu2015-06-261-8/+14
* Added query utilities.Dan Ungureanu2015-06-251-2/+17
* Less strict type hinting in Utilities subpackage.Dan Ungureanu2015-06-241-5/+5
* Refactoring.Dan Ungureanu2015-06-231-3/+3
* Added table utilities.Dan Ungureanu2015-06-231-1/+44
* Added table utilities.Dan Ungureanu2015-06-221-0/+69