Shorten identifiers

This commit is contained in:
SPRINX0\prochazka
2025-09-25 10:38:14 +02:00
parent 9d77cac4bb
commit 78026f7fa5
7 changed files with 35 additions and 13 deletions

View File

@@ -22,6 +22,7 @@ export interface SqlDialect {
requireStandaloneSelectForScopeIdentity?: boolean;
allowMultipleValuesInsert?: boolean;
useServerDatabaseFile?: boolean;
maxIdentifierLength?: number;
dropColumnDependencies?: string[];
changeColumnDependencies?: string[];