node-red-node-mysql
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -117,3 +117,5 @@ | ||
if (err) { | ||
conn.release() | ||
if (conn) { | ||
conn.release() | ||
} | ||
status = { fill: "red", shape: "ring", text: RED._("mysql.status.error") + ": " + err.code }; | ||
@@ -120,0 +122,0 @@ node.status(status); |
{ | ||
"name": "node-red-node-mysql", | ||
"version": "1.0.0", | ||
"version": "1.0.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
18432
222