nextcloud-server/tests/lib/DB
Joas Schilling ccb01b19a0
fix(sqlite): Remove some old SQLite cheats
- Doctrine correctly forces integer for autoincrement by now
- Doctrine correctly maintains integer types by now

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-06 15:29:27 +07:00
..
Exception composer run cs:fix 2023-01-20 11:45:08 +07:00
QueryBuilder tests(oci): Test where statement on longtext column 2023-01-31 11:57:54 +07:00
ConnectionFactoryTest.php
MigrationsTest.php fix(tests): Adjust unit tests to outline the schema is checked twice now 2023-07-21 12:17:36 +07:00
MigratorTest.php fix(sqlite): Remove some old SQLite cheats 2023-10-06 15:29:27 +07:00
OCPostgreSqlPlatformTest.php