first oracle test works

This commit is contained in:
Jan Prochazka
2024-12-10 16:03:26 +01:00
parent 00525f6b81
commit bf85a922ca
4 changed files with 18 additions and 12 deletions

View File

@@ -52,6 +52,7 @@ export interface SqlDialect {
dropReferencesWhenDropTable?: boolean;
requireFromDual?: boolean;
userDatabaseNamePrefix?: string; // c## in Oracle
upperCaseAllDbObjectNames?: boolean;
predefinedDataTypes: string[];