nextcloud/lib
Thomas Müller fe007fd543 Various database migration fixes (#25209)
* 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
2016-06-29 14:54:41 +02:00
..
composer Update license headers 2016-05-26 19:57:24 +02:00
l10n [tx-robot] updated from transifex 2016-06-29 05:52:18 -04:00
private Various database migration fixes (#25209) 2016-06-29 14:54:41 +02:00
public Fix case with no user 2016-06-14 11:34:41 +02:00
autoloader.php Update license headers 2016-05-26 19:57:24 +02:00
base.php occ web executor (#24957) 2016-06-22 13:12:36 +02:00