mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 01:40:53 -04:00
* Fixed failing test which was ignoring a required (not null) column * restored test to original, catching DriverException which also catches ConstraintViolationException * catch ConstraintViolationException again * removed unnecessary field from this test * clobfield should be nullable * clobfield now is nullable * removed autoincrement since whenever this strategy is enabled, oracle would not throw constraint violation exceptions (needed for setValues), which mysql still does * this field does not auto increment anymore * mark integerfield as primary, since it is not getting marked as such through auto increment anymore, integerfield default always has been 0 instead of null Signed-off-by: Morris Jobke <hey@morrisjobke.de> |
||
|---|---|---|
| .. | ||
| 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 | ||