1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(Firebird SQL): manual commit mode

This commit is contained in:
2022-11-10 15:52:31 +01:00
parent 03777a2ea3
commit 27566c1dfa
9 changed files with 97 additions and 75 deletions

View File

@ -90,6 +90,5 @@ export const customizations: Customizations = {
triggerFunctionlanguages: null,
parametersLength: false,
languages: null,
readOnlyMode: false,
blobAsText: true
readOnlyMode: false
};