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

@@ -20,7 +20,8 @@ const dialect = {
quoteIdentifier(s) {
return '"' + s + '"';
},
userDatabaseNamePrefix: 'c##',
userDatabaseNamePrefix: 'C##',
upperCaseAllDbObjectNames: true,
createColumn: true,
dropColumn: true,