node-red-contrib-stackhero-mysql
node-red-contrib-stackhero-mysql copied to clipboard
Node-RED node to read and write to a MySQL or a MariaDB database. Compatible with TLS (SSL) and "Caching SHA2 password" authentication method.
This update adds SSL support for the database connection in main.js and introduces new form fields in main.html to handle SSL-related configurations like CA-Certificate, Cert, and Key. It also includes...
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.2.5 to 3.9.7. Release notes Sourced from mysql2's releases. v3.9.7 3.9.7 (2024-04-21) Bug Fixes security: sanitize timezone parameter value to prevent code injection - report by zhaoyudi...
Hi, can you help me to solve how set timezone on inserts?
Any chance of getting rid of this via the plugin? Would be great if we could provide the client keys and certs here too.
Since a few days I get an error message with an empty payload, when trying to request data from my database. The flow was working before without issues providing the...
I updated from node.js 10.x to 12.x and they have implemented some new checks. (also now running NodeRED 1.2.9) I'm now getting this error: MaxListenersExceededWarning: Possible EventEmitter memory leak detected....
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.2.5 to 3.9.8. Release notes Sourced from mysql2's releases. v3.9.8 3.9.8 (2024-05-26) Bug Fixes security: sanitize fields and tables when using nestTables (#2702) (efe3db5) support deno +...
This fix avoids locked objects when inserting multiple rows to the same table by firing multiple query requests. The queries can run at the same time and generate locking errors....