node-red-node-mysql
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -22,4 +22,4 @@ | ||
node.connection.query("SELECT version();", [], function(err, rows) { | ||
node.connection.release(); | ||
if (err) { | ||
node.connection.release(); | ||
node.error(err); | ||
@@ -107,2 +107,3 @@ node.status({fill:"red",shape:"ring",text:"Bad Ping"}); | ||
this.mydbConfig = RED.nodes.getNode(this.mydb); | ||
this.status({}); | ||
@@ -109,0 +110,0 @@ if (this.mydbConfig) { |
{ | ||
"name": "node-red-node-mysql", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "A Node-RED node to read and write to a MySQL database", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12536
156