mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 15:54:59 -05:00
* 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 |
||
|---|---|---|
| .. | ||
| QueryBuilder | ||
| Adapter.php | ||
| AdapterMySQL.php | ||
| AdapterOCI8.php | ||
| AdapterPgSql.php | ||
| AdapterSqlite.php | ||
| Connection.php | ||
| ConnectionFactory.php | ||
| MDB2SchemaManager.php | ||
| MDB2SchemaReader.php | ||
| MDB2SchemaWriter.php | ||
| MigrationException.php | ||
| Migrator.php | ||
| MySQLMigrator.php | ||
| NoCheckMigrator.php | ||
| OCSqlitePlatform.php | ||
| OracleConnection.php | ||
| OracleMigrator.php | ||
| PgSqlTools.php | ||
| PostgreSqlMigrator.php | ||
| SQLiteMigrator.php | ||
| SQLiteSessionInit.php | ||