Commit Graph

18 Commits

Author SHA1 Message Date
Ben Hardill f9b4d2ec01
Sqlite3 fix (#872)
* Reset bind if msg.payload not an array
2022-01-05 11:43:16 +00:00
Dave Conway-Jones c6f37d19a8
fix sqlite array handling issue
to close #670
2021-09-13 11:10:04 +01:00
Dave Conway-Jones be5f79becc
Stop sqlite adding too many listeners
to close #630
2020-02-23 11:27:01 +00:00
Dave Conway-Jones e20cf97fce
A whole bunch of whitespace linting - no functional changes 2019-08-11 13:37:15 +01:00
Dave Conway-Jones 2ca330fcb8
sqlite small doc update, and bump dep library 2018-12-19 19:37:13 +00:00
Dave Conway-Jones a94157efe6
sqlite - fix fixed statement check 2018-08-24 15:23:37 +01:00
Dave Conway-Jones 0b65cd8652
sqlite - better handle extensions timing 2018-08-22 23:47:03 +01:00
Dave Conway-Jones 1b0f573f4e
let sqlite add extensions 2018-08-22 13:58:55 +01:00
Dave Conway-Jones 211988017f
Let sqlite open RO as well as RW
Also better reuse of connection object
2018-08-11 14:03:16 +01:00
tmdoit e308b0c1f9 Add support for batch of SQL statements (#466)
* Add support for batch of SQL statements
2018-07-19 12:33:43 +01:00
Dave Conway-Jones 4d0360d94a
add done to sqlite close 2018-05-30 11:17:15 +01:00
Dave Conway-Jones 989c7147cb
lint catch es6 escapes in core nodes
to fix twitter node and sqlite node
2018-05-18 18:40:14 +01:00
atsage babff3ff26 Added a few SQL modes (#360) 2018-03-20 19:04:23 +00:00
Dave Conway-Jones a7247e898a Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
dceejay bb9d67f1ae Update node-red-nodes - clean up lint issues (mainly unused funcs and vars) 2015-04-16 10:58:34 +01:00
dceejay 87a8814fe0 Fix for sqlite not retrying to open database (and crashing)
Fix for #106
2015-03-18 08:47:09 +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
Dave C-J 2d44105ae6 Realign sqlite files to be similar to other nodes 2014-07-25 10:10:06 +01:00