mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 18:56:00 +00:00
oracle fix + package optimalization
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { createBulkInsertStreamBase } = require('dbgate-tools');
|
||||
const { createBulkInsertStreamBase } = global.DBGATE_PACKAGES['dbgate-tools'];
|
||||
const tedious = require('tedious');
|
||||
const getConcreteType = require('./getConcreteType');
|
||||
const _ = require('lodash');
|
||||
|
||||
Reference in New Issue
Block a user