summaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Collapse)AuthorAgeFilesLines
* Various database migration fixes (#25209)Thomas Müller2016-06-295-1/+93
| | | | | | | | | | | | | * String columns with a length higher then 4000 are converted into a CLOB columns automagically - we have to respect this when migrating * Adding schema migration tests to prevent unnecessary and non-sense migration steps Fix Oracle autoincrement and unsigned handling * Fix sqlite integer type for autoincrement * Use lower case table names - fixes pg * Fix postgres with default -1 - this only affect pg 9.4 servers - 9.5 seems to work fine
* map oracle driver options to params (#23938)Jörn Friedrich Dreyer2016-06-101-0/+4
|
* Update license headersLukas Reschke2016-05-265-2/+5
|
* Speedup schema cloning for MySQLVictor Dubiniuk2016-05-231-0/+23
|
* Add a method to lock a tableJoas Schilling2016-05-214-1/+75
|
* Fix broken exception namingRoeland Jago Douma2016-05-191-3/+3
|
* do propagation in a single queryRobin Appelman2016-04-251-0/+1
|
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-1530-0/+4451
Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder)