summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/db.php
Commit message (Collapse)AuthorAgeFilesLines
* Some more invalid PHPDocs in legacy classesLukas Reschke2017-08-011-5/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove unneeded parameter in DatabaseExceptionMorris Jobke2017-07-241-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Kill update simulationVincent Petry2016-09-271-17/+0
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+258
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.