fix mysql array handling

This commit is contained in:
Dave Conway-Jones
2021-03-12 21:01:54 +00:00
parent 911348790c
commit 6095723308
2 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red-node-mysql",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Node-RED node to read and write to a MySQL database",
"dependencies": {
"mysql": "^2.18.1"