summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/AdapterMySQL.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix like queries in the QueryBuilderJoas Schilling2016-10-191-2/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-191-1/+2
| | | | | * fully optional * requires additional options set in the database
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Add a method to lock a tableJoas Schilling2016-05-211-0/+12
|
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-0/+31
Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder)