nextcloud/lib/private/DB
Thomas Müller b55ab6d22a 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
..
QueryBuilder Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
Adapter.php Add a method to lock a table 2016-05-21 01:59:03 +02:00
AdapterMySQL.php Update license headers 2016-05-26 19:57:24 +02:00
AdapterOCI8.php Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
AdapterPgSql.php Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
AdapterSqlite.php Add a method to lock a table 2016-05-21 01:59:03 +02:00
Connection.php Update license headers 2016-05-26 19:57:24 +02:00
ConnectionFactory.php map oracle driver options to params (#23938) 2016-06-10 14:07:31 +02:00
MDB2SchemaManager.php Various database migration fixes (#25209) 2016-06-29 14:54:41 +02:00
MDB2SchemaReader.php Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
MDB2SchemaWriter.php Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
MigrationException.php Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
Migrator.php Various database migration fixes (#25209) 2016-06-29 14:54:41 +02:00
MySQLMigrator.php Update license headers 2016-05-26 19:57:24 +02:00
NoCheckMigrator.php Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
OCSqlitePlatform.php Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
OracleConnection.php Update license headers 2016-05-26 19:57:24 +02:00
OracleMigrator.php Various database migration fixes (#25209) 2016-06-29 14:54:41 +02:00
PgSqlTools.php Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
PostgreSqlMigrator.php Various database migration fixes (#25209) 2016-06-29 14:54:41 +02:00
SQLiteMigrator.php Various database migration fixes (#25209) 2016-06-29 14:54:41 +02:00
SQLiteSessionInit.php Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00