nextcloud/tests/lib/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 tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
schemDiffData Various database migration fixes (#25209) 2016-06-29 14:54:41 +02:00
ConnectionTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
DBSchemaTest.php Various database migration fixes (#25209) 2016-06-29 14:54:41 +02:00
LegacyDBTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
MDB2SchemaManagerTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
MDB2SchemaReaderTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
MigratorTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
MySqlMigrationTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
SchemaDiffTest.php Various database migration fixes (#25209) 2016-06-29 14:54:41 +02:00
SqliteMigrationTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
testschema.xml Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
ts-autoincrement-after.xml Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
ts-autoincrement-before.xml Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00