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
AdapterTest.php
ConnectionFactoryTest.php
ConnectionTest.php
MigrationServiceTest.php
MigratorTest.php
OCPostgreSqlPlatformTest.php