Commit Graph

45 Commits

Author SHA1 Message Date
Dave Conway-Jones 8e2f8b60e0
bump sqlite3 libs and package
to include css bugfix
2023-09-16 19:16:35 +01:00
Kazuhito Yokoi 504bbda0a4
Fix height of description editor in sqlite node (#1030) 2023-09-16 19:12:20 +01:00
Dave Conway-Jones 28580c33ea
bump sqlite fro doc updates PR. 2022-01-05 16:23:01 +00:00
unborn-andy 7ff905d224
Sqlite Node - docs update (#869)
* Update README.md

1. Updated node readme to match node's html help.
2. Added Example clarifying the use of parameters in a msg.topic query.
2022-01-05 16:20:06 +00:00
Ben Hardill f9b4d2ec01
Sqlite3 fix (#872)
* Reset bind if msg.payload not an array
2022-01-05 11:43:16 +00:00
Sam Machin 2d28a2304f
Update package.jsons for mono-repo (#851)
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question.  as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
2021-11-02 15:22:30 +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 96fa500ad6
bump sqlite to latest library, which also drops nodejs <v12 2021-08-17 10:34:51 +01:00
Dave Conway-Jones 169be33591
bump tail, sqlite, email, feedparser, pigpiod for German translations 2021-03-13 14:15:58 +00:00
heikokue 80b9316d92
added/improved DE translation of forms (#765) 2021-03-12 13:23:26 +00:00
Kazuhito Yokoi fa2ea96e67
Add Japanese translations for sqlite node (#725)
* Add Japanese translations for sqlite node

* Improve Japanese translations for sqlite node

* Restructure message catalog
2020-12-17 08:26:32 +00:00
Dave Conway-Jones f95f0639f4
bump sqlite lib 2020-09-11 12:44:05 +01:00
Dave Conway-Jones 0b590236a0
bump some node-red-node deps and packages
some due to  long outstanding doc PRs
2020-04-03 22:29:43 +01:00
arneman 3c4337f238
add an example for a prepared sql query (#621)
An example sql query for the given parameter example would help users to understand how they could use prepared statements.
2020-04-03 22:13:10 +01:00
Dave Conway-Jones be5f79becc
Stop sqlite adding too many listeners
to close #630
2020-02-23 11:27:01 +00:00
Ryoichi Obara 698af48500 Fix sqlite repo link. (#612) 2019-12-10 15:24:58 +00:00
Dave Conway-Jones 8547f26a45
Fix sqlite repo link 2019-11-13 13:31:08 +00:00
Dave Conway-Jones b35daf6bb7
bump sqlite node deps for Node12 support 2019-10-12 11:37:44 +01: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 e69d65667a
Bump sqlite and add wait times to readme 2019-04-25 12:40:49 +01:00
tmdoit 52bd3c2873 [SQLite] Add help text in sqlitedb template (#503)
About path to the database file.
2019-02-01 08:57:01 +00: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 6d36f5db8a
sqlite - add test extension - half.c 2018-08-23 08:55:51 +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
Dave Conway-Jones 93584d8071
Bump sqlite package 2018-07-19 12:38: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
Dave Conway-Jones 4a8f071c91
bump email, feed parser, twilio, sqlite, rbe packages 2018-03-29 09:34:31 +01:00
Dave Conway-Jones 3decff0b1a
Bump sqlite node (now allows prepared statements) 2018-03-20 19:08:38 +00: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
Dave Conway-Jones 86049c20cb update storage nodes info style 2016-03-02 13:27:52 +00:00
Dave Conway-Jones ae25111ccc update sqlite node pre-reqs
bump versions
2016-01-04 19:18:55 +00:00
dceejay 76f55af264 Update Package.json file for all node-red-nodes to be Apache-2.0 2015-05-29 14:58:34 +01: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 4baf78e52b fix sqlite node typos 2014-09-22 20:50:25 +01:00
Dave C-J f21a08afe6 Add prowl, nma and pushover to npm, update all to fa icons 2014-07-27 16:09:50 +01:00
Dave C-J 2d44105ae6 Realign sqlite files to be similar to other nodes 2014-07-25 10:10:06 +01:00
Dave C-J 7ef1759621 Add sqlite node to node-red-nodes (and npm) 2014-07-04 16:12:00 +01:00