mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 00:46:01 +00:00
used transaction for save table data
This commit is contained in:
@@ -533,6 +533,10 @@ export class SqlDumper implements AlterProcessor {
|
||||
this.putCmd('^commit');
|
||||
}
|
||||
|
||||
rollbackTransaction() {
|
||||
this.putCmd('^rollback');
|
||||
}
|
||||
|
||||
alterProlog() {}
|
||||
alterEpilog() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user