mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
fix: add arguments to runSqlInTransaction
This commit is contained in:
@@ -164,7 +164,7 @@ const driver = {
|
||||
});
|
||||
},
|
||||
|
||||
async runSqlInTransaction() {
|
||||
async runSqlInTransaction(dbhan, sql) {
|
||||
let transactionPromise;
|
||||
const sqlItems = splitQuery(sql, driver.sqlSplitterOptions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user