@bpframework/middleware-db
Advanced tools
Comparing version
@@ -40,2 +40,4 @@ 'use strict'; | ||
}); | ||
this.sqlLogCallback = sqlLogCallback; | ||
this.tableMap = new Map(); | ||
DBTemplate.instances.push(this); | ||
@@ -57,4 +59,2 @@ if (!cfg.opt) { | ||
this.cfg = cfg; | ||
this.sqlLogCallback = sqlLogCallback; | ||
this.tableMap = new Map(); | ||
} | ||
@@ -61,0 +61,0 @@ readCfgFromConfig(configMapPrefix) { |
@@ -52,3 +52,3 @@ { | ||
"name": "@bpframework/middleware-db", | ||
"version": "0.0.7" | ||
"version": "0.0.8" | ||
} |
Sorry, the diff of this file is not supported yet
59898
0