Commit/rollback in query editor #1039

This commit is contained in:
SPRINX0\prochazka
2025-02-21 17:30:16 +01:00
parent ea2ec9ef54
commit 457bf311c3
3 changed files with 52 additions and 6 deletions

View File

@@ -24,4 +24,5 @@ export interface SqlDumper extends AlterProcessor {
truncateTable(table: NamedObjectInfo);
beginTransaction();
commitTransaction();
rollbackTransaction();
}