This commit is contained in:
Jan Prochazka 2022-02-03 16:40:27 +01:00
parent aa5c88b5b2
commit 94ec41d95f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const { SqlDumper, testEqualTypes } = global.DBGATE_TOOLS;
const { SqlDumper, arrayToHexString, testEqualTypes } = global.DBGATE_TOOLS;
class Dumper extends SqlDumper {
/** @param type {import('dbgate-types').TransformType} */

View File

@ -1,4 +1,4 @@
const { SqlDumper } = global.DBGATE_TOOLS;
const { SqlDumper, arrayToHexString } = global.DBGATE_TOOLS;
class Dumper extends SqlDumper {
renameColumn(column, newcol) {