firebird-query
Advanced tools
Comparing version
@@ -233,3 +233,3 @@ "use strict"; | ||
const { maxConnections = 15 } = poolOptions, options = __rest(poolOptions, ["maxConnections"]); | ||
this.queryLogger = (fqOptions === null || fqOptions === void 0 ? void 0 : fqOptions.queryLogger) || undefined; | ||
this.queryLogger = fqOptions === null || fqOptions === void 0 ? void 0 : fqOptions.queryLogger; | ||
this.conn = node_firebird_1.default.pool(maxConnections, options); | ||
@@ -236,0 +236,0 @@ this.defaultIsolationLevel = (fqOptions === null || fqOptions === void 0 ? void 0 : fqOptions.defaultIsolationLevel) || "READ_UNCOMMITTED"; |
@@ -130,3 +130,3 @@ import Firebird from "node-firebird"; | ||
}, fqOptions?: { | ||
queryLogger: (query: string) => void; | ||
queryLogger: ((query: string) => void) | undefined; | ||
defaultIsolationLevel?: TxIsolation; | ||
@@ -133,0 +133,0 @@ }); |
@@ -130,3 +130,3 @@ import Firebird from "node-firebird"; | ||
}, fqOptions?: { | ||
queryLogger: (query: string) => void; | ||
queryLogger: ((query: string) => void) | undefined; | ||
defaultIsolationLevel?: TxIsolation; | ||
@@ -133,0 +133,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "node-firebird plugin for easy and safe query building.", | ||
@@ -8,0 +8,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63200
0.06%