@bkmj/node-red-contrib-odbcmj 1.6.5 → 1.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/odbc.js +1 -0
  2. package/package.json +1 -1
package/odbc.js CHANGED
@@ -219,6 +219,7 @@ module.exports = function(RED) {
219
219
  if(this?.queryString) str += `"query":'${this.queryString}'`;
220
220
  if(msg?.parameters) str += `, "params":'${msg.parameters}'`;
221
221
  str += "}"
222
+ return str;
222
223
  }
223
224
  })()
224
225
  if(typeof error == 'object'){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkmj/node-red-contrib-odbcmj",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "description": "Node Red implementation of odbc.js",
5
5
  "keywords": [
6
6
  "node-red",