mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 00:16:24 +00:00
performance fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const { SqlDumper } = require('dbgate-tools');
|
const { SqlDumper } = global.DBGATE_PACKAGES['dbgate-tools'];
|
||||||
|
|
||||||
class Dumper extends SqlDumper {
|
class Dumper extends SqlDumper {
|
||||||
setTableOptionCore(table, optionName, optionValue, formatString) {
|
setTableOptionCore(table, optionName, optionValue, formatString) {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const { driverBase } = require('dbgate-tools');
|
const { driverBase } = global.DBGATE_PACKAGES['dbgate-tools'];
|
||||||
const Dumper = require('./Dumper');
|
const Dumper = require('./Dumper');
|
||||||
const { mysqlSplitterOptions } = require('dbgate-query-splitter/lib/options');
|
const { mysqlSplitterOptions } = require('dbgate-query-splitter/lib/options');
|
||||||
const _cloneDeepWith = require('lodash/cloneDeepWith');
|
const _cloneDeepWith = require('lodash/cloneDeepWith');
|
||||||
|
|||||||
Reference in New Issue
Block a user