Dave Conway-Jones
afec508980
Catch "not connected" to database in Mysql node
...
also to close #172 - as multiple statements now also supported
2016-09-14 22:44:53 +01:00
Dave Conway-Jones
69b471b0f1
let mysql node allow multiple statements
2016-07-20 20:11:50 +01:00
Dave Conway-Jones
e1b02c90dd
let mysql report errors to catch node
2015-11-01 15:04:42 +00:00
dceejay
5982da8495
Add bind capability to sqlite and mysql nodes
...
Thanks to Scott Penrose for the patch.
2015-01-26 10:57:13 +00:00
Nick O'Leary
b7a1193d32
Update mysql to use credentials system
...
Fixes #86
2015-01-19 09:46:29 +00:00
Dave C-J
dac2c7e778
Update MySQL node - fa icons, add timezone, make npm installable
2014-07-04 17:26:20 +01:00
Dave C-J
ebf950d818
Update node-red-nodes sample, analysis, storage and time nodes to use strict and pass jshint scan
2014-06-28 23:37:19 +01:00
Dave C-J
3d78a93958
update mysql node to use RED.httpAdmin
2014-02-23 18:32:49 +00:00
Nicholas O'Leary
34b3c635f3
Lazily connect mysql node
...
If there is a mysqldatabase config node, but no actual users of it,
we don't need to connect to the database.
2013-11-22 20:49:31 +00:00
Nicholas O'Leary
39b849ded8
Move Mysql node credentials to credentials file
...
We must not store passwords in the regular flows file as this gets exchanged with the browser regularly and would leave things vulnerable.
The credentials mechanism is there to all a write-once-don't-need-to-read approach that allows the runtime access to the credentials without exposing them to the browser.
2013-11-22 20:34:57 +00:00
Dave C-J
39da31eaaa
Added proper database reconnects... and more error handling, that should help address Issue #87 in main node-red Issue list.
2013-11-22 10:24:08 +00:00
Dave C-J
5e67f41114
Add rawserial, mpd, mysql and swearfilter nodes.
2013-11-03 21:29:20 +00:00