node-red-nodes-cf-sqldb-dashdb
Advanced tools
Comparing version
@@ -256,3 +256,3 @@ /** | ||
else valueToInsert = msg.payload[columnList[j]]; | ||
if (valueToInsert != undefined) { | ||
if (valueToInsert !== undefined) { | ||
if (valueToInsert == 'TIMESTAMP') { | ||
@@ -259,0 +259,0 @@ valueList.push(genDB2Timestamp()); |
{ | ||
"name" : "node-red-nodes-cf-sqldb-dashdb", | ||
"version" : "0.2.10", | ||
"version" : "0.2.11", | ||
"description" : "Node-RED nodes to access SQLDB and dashDB services on Bluemix", | ||
@@ -5,0 +5,0 @@ "dependencies" : { |
@@ -84,3 +84,3 @@ node-red-node-cf-sqldb | ||
------- | ||
* Steven Chamberlin - [smc2@us.ibm.com](mailto:smc2@us.ibm.com) | ||
* Nicholas Vargas | ||
* [Steven Chamberlin](https://github.com/smchamberlin) - [smc2@us.ibm.com](mailto:smc2@us.ibm.com) | ||
* [Nicholas Vargas](https://github.com/navargas) |
37104
0.18%