nextcloud/tests/lib/DB
Ferdinand Thiessen 67eef32b07
fix(DB): support up to 63 character long table and index names
We do not support Oracle 11 anymore but at least Oracle 12c (12.2).
So the limitation is gone (Oracle now supports up to 128 character long
names).

Instead we are now limited by MySQL (64 characters) and PostgreSQL (63
characters).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-01-18 14:50:34 +01:00
..
Exception chore: run rector 2025-07-01 22:45:52 +02:00
QueryBuilder fix(UserMountCache): Add back unique index for oc_mounts and use normal insert 2025-12-15 12:26:23 +01:00
AdapterTest.php refactor(db-adapter): Add tests about fetch methods 2025-11-18 17:45:57 +01:00
ConnectionFactoryTest.php feat(db): add SSL/TLS support for PostgreSQL 2025-09-22 11:51:04 +02:00
ConnectionTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +01:00
MigrationServiceTest.php fix(DB): support up to 63 character long table and index names 2026-01-18 14:50:34 +01:00
MigratorTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +01:00
OCPostgreSqlPlatformTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +01:00