used transaction for save table data

This commit is contained in:
Jan Prochazka
2023-02-05 19:17:46 +01:00
parent 722789ca01
commit e9a01a1ffd
6 changed files with 38 additions and 10 deletions

View File

@@ -533,6 +533,10 @@ export class SqlDumper implements AlterProcessor {
this.putCmd('^commit');
}
rollbackTransaction() {
this.putCmd('^rollback');
}
alterProlog() {}
alterEpilog() {}