summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/SQLiteMigrator.php
Commit message (Collapse)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Various database migration fixes (#25209)Thomas Müller2016-06-291-0/+11
| | | | | | | | | | | | | * 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
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-0/+81
Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder)