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
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
ConnectionTest.php
MigrationServiceTest.php fix(DB): support up to 63 character long table and index names 2026-01-18 14:50:34 +01:00
MigratorTest.php
OCPostgreSqlPlatformTest.php