mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add decimalNumbers flag true to mysql beta
This commit is contained in:
parent
105fe0d655
commit
82e63c42e8
@ -44,7 +44,8 @@ module.exports = function(RED) {
|
|||||||
connectionLimit: 50,
|
connectionLimit: 50,
|
||||||
timeout: 30000,
|
timeout: 30000,
|
||||||
connectTimeout: 30000,
|
connectTimeout: 30000,
|
||||||
charset: node.charset
|
charset: node.charset,
|
||||||
|
decimalNumbers: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-mysql",
|
"name": "node-red-node-mysql",
|
||||||
"version": "1.0.0-beta-2",
|
"version": "1.0.0-beta-3",
|
||||||
"description": "A Node-RED node to read and write to a MySQL database",
|
"description": "A Node-RED node to read and write to a MySQL database",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mysql2": "^2.3.3"
|
"mysql2": "^2.3.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user