mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
fix: correct transaction syntax for firebird
This commit is contained in:
@@ -39,6 +39,10 @@ class Dumper extends SqlDumper {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
beginTransaction() {
|
||||
this.putCmd('^set ^transaction');
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Dumper;
|
||||
|
||||
Reference in New Issue
Block a user