mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
upgraded tedious driver
This commit is contained in:
@@ -29,11 +29,7 @@ function runBulkInsertBatch(pool, tableName, writable, rows) {
|
||||
);
|
||||
}
|
||||
|
||||
for (const row of rows) {
|
||||
bulkLoad.addRow(row);
|
||||
}
|
||||
|
||||
pool.execBulkLoad(bulkLoad);
|
||||
pool.execBulkLoad(bulkLoad, rows);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user