node-red-node-mysql
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -162,3 +162,3 @@ | ||
} | ||
done(); | ||
if (done) { done(); } | ||
// if (node.mydbConfig.pool._freeConnections.indexOf(node.mydbConfig.connection) === -1) { | ||
@@ -176,3 +176,3 @@ // node.mydbConfig.connection.release(); | ||
status = {fill:"red",shape:"ring",text:"not yet connected"}; | ||
done(); | ||
if (done) { done(); } | ||
} | ||
@@ -179,0 +179,0 @@ if (!busy) { |
{ | ||
"name": "node-red-node-mysql", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"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
15530