SYNC: autocommit WIP

This commit is contained in:
SPRINX0\prochazka
2025-02-24 17:12:35 +01:00
committed by Diflow
parent 9c7727b7f3
commit 191c25a26b
4 changed files with 46 additions and 4 deletions

View File

@@ -164,6 +164,7 @@ export interface EngineDriver<TClient = any> extends FilterBehaviourProvider {
profilerChartMeasures?: { label: string; field: string }[];
isElectronOnly?: boolean;
supportsTransactions?: boolean;
implicitTransactions?: boolean; // transaction is started with first SQL command, no BEGIN TRANSACTION is needed
collectionSingularLabel?: string;
collectionPluralLabel?: string;