1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
Commit Graph

174 Commits

Author SHA1 Message Date
Dave Conway-Jones
799eee3873
Mysql - Only call done if it exists. 2021-06-19 14:47:44 +01:00
Dave Conway-Jones
bb6491942e
Merge Pool PR. 2021-05-18 09:11:41 +01:00
Eric Dum
d8ba11ccdf
query by pool instead of using the connection directly (#806) 2021-05-18 09:09:33 +01:00
Dave Conway-Jones
b37d215659
mysql - revert trying to fixup RowDataPackets introduced in 0.1.8 2021-05-10 08:53:08 +01:00
Dave Conway-Jones
fdfdbb17b7
Fix mysql multiple return queries type
to close #797
2021-04-23 22:23:16 +01:00
Dave Conway-Jones
8412beedf2
Bump tail node to pick up latest underlying library fixes for error handling
hopefully to address #795
2021-04-11 14:07:17 +01:00
Dave Conway-Jones
2c5cc5f70c
Fixup mysql node done calls 2021-04-08 17:07:23 +01:00
Daniele
040bf24c4b
node-red-node-mysq add done() callback (#793)
This fix adds the done() callback when the query has been executed.
2021-04-08 09:11:59 +01:00
Dave Conway-Jones
35fea0f1cc
bump tail for de translations 2021-03-25 09:49:52 +00:00
heikokue
cb3b4c3c62
tail node: improved EN help and added DE help (#779) 2021-03-25 09:48:46 +00:00
Dave Conway-Jones
c1c82a623e
mysql, actually make the if else do something sensible... 2021-03-21 17:30:14 +00:00
Dave Conway-Jones
a194c56acb
refix copy results array 2021-03-21 10:10:45 +00:00
Dave Conway-Jones
dceb33dc43
few remaining x-red to html tidy ups, both sentiment and redis nodes. 2021-03-16 09:57:46 +00:00
Dave Conway-Jones
868d641064
Update 68-mysql.js 2021-03-16 08:24:06 +00:00
Dave Conway-Jones
fabd3753b4
undo mysql change again 2021-03-14 17:54:31 +00:00
Dave Conway-Jones
c2613cfeb0
mysql test before releasing connection 2021-03-14 09:05:23 +00:00
Dave Conway-Jones
169be33591
bump tail, sqlite, email, feedparser, pigpiod for German translations 2021-03-13 14:15:58 +00:00
Dave Conway-Jones
9e7701dc33
Update 68-mysql.js 2021-03-13 13:59:00 +00:00
Dave Conway-Jones
6095723308
fix mysql array handling 2021-03-12 21:01:54 +00:00
heikokue
80b9316d92
added/improved DE translation of forms (#765) 2021-03-12 13:23:26 +00:00
heikokue
0772b545ea
added i18n help files (#766) 2021-03-12 13:17:23 +00:00
Dave Conway-Jones
12c485faaf
bump mongo node for close PR 2021-01-22 13:50:37 +00:00
Adrien GILLON
4cfc7b39be
Fix MongoDB connection close on node close (#737)
closes #738
2021-01-22 13:48:01 +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
e5f41880c3
ump mongo package for fix PR 2020-11-16 15:44:53 +00:00
Ross Cruickshank
8363a774e9
mongodb cusor handling #714 (#715)
match cursor handling with parameter
2020-11-16 15:43:53 +00:00
Dave Conway-Jones
395bf77441
bump mongo node for release 2020-10-28 11:25:03 +00:00
Kazuhito Yokoi
e68a438bb0
Fix status error in mongoDB node (#711) 2020-10-28 11:22:03 +00:00
piyonakajima
efcf91a6df
Add Japanese translations for mongoDB node (#710) 2020-10-28 11:21:14 +00:00
Dave Conway-Jones
f599797144
bump for latest PRs 2020-10-05 09:45:38 +01:00
Ross Cruickshank
9cc61cb0f1
mongdb - move projection into find pipeline (#697)
new node.js client API moved projection into options object - switched to pipeline stage instead #695
2020-10-05 09:28:58 +01:00
Ross Cruickshank
4ae0818a4b
mongodb - dereference aggregateCursor (#696)
new node.js client library moved  aggregate response  - using toArray to  return result-set in msg.payload #693
2020-10-05 09:28:39 +01:00
Dave Conway-Jones
fbad6e4c2d
clarify linting confusion 2020-09-17 10:02:54 +01:00
Dave Conway-Jones
c21fb22918
Linting and bump package for new clustered PR. 2020-09-17 09:21:50 +01:00
Ross Cruickshank
cde422f34a
mongodb: update to add support replicaset clusters (ICD4Mongo) (#688) 2020-09-17 09:17:43 +01:00
Ross Cruickshank
4becf68848
use mongodb 3.6.1 client, add clustering support (#685) 2020-09-14 17:21:41 +01:00
Dave Conway-Jones
f95f0639f4
bump sqlite lib 2020-09-11 12:44:05 +01:00
Dave Conway-Jones
4641d10beb
mysql: add charset option (defaults as-is to old UTF8) 2020-04-18 18:03:59 +01:00
Dave Conway-Jones
397b7cdaec
bump mysql thanks to PR 2020-04-10 22:56:28 +01:00
Marco
0351441075
MySQL allows to pass named parameters as object (#565)
* add check isobj

* added example to readme.md

* edit if Syntax

* add Documentation link to readme.md

* fixed Syntax and edit readme.md
2020-04-10 22:53:17 +01:00
Dave Conway-Jones
fa8e174d0b
mysql - slightly overzealous closing of connections - causes crash. backed off slightly 2020-04-05 12:35:15 +01:00
Dave Conway-Jones
705dd1ffc1
mysql - ensure connection released back to pool more often
and try to ensure status is shown more correctly on error.
2020-04-05 11:44:27 +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
e3e6c41030
Add Name field to mysql server config so can be made unique
to close #635
2020-03-20 14:59:08 +00:00
Dave Conway-Jones
eb9d379014
bump mysql package and lib 2020-03-01 17:06:22 +00: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
3fff2c404e
Let LevelDB node handle json object (and binary) as well as text.
to close #626
2020-02-17 22:42:56 +00:00
Dave Conway-Jones
9cc3d237fb
Update package.json 2020-01-04 10:29:36 +00:00
Ryoichi Obara
9478bfa14a [ja] Support i18n 28-tail node. (#615) 2020-01-04 10:25:35 +00:00