summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/AdapterMySQL.php
Commit message (Collapse)AuthorAgeFilesLines
* 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)