1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/storage
Dave Conway-Jones fea47843d7
Change mysql library to mysql2 as it is more maintained and support latest mysql authention (#862)
* Use mysql2 lib

* fix pool on acquire event cause MaxListenersExceededWarning (#854)

before: every query need to register pool on acquire event to specify queryFormat based on payload type
will cause MaxListenersExceededWarning

after:
from https://www.npmjs.com/package/mysql#pooling-connections

pool.query is a shortcut for pool.getConnection() -> connection.query() -> connection.release()

so use pool.getConnection and then
set queryFormat before query method be called

Co-authored-by: Dave Conway-Jones <dceejay@users.noreply.github.com>

* fix mysql require

* Add decimalNumbers flag true to mysql beta

* mysql remove old Timeout option, clarify timezone options

* add mysqlConnectionLimit settings option.

Co-authored-by: saknarak <saknarak@gmail.com>
2022-01-05 10:56:14 +00:00
..
leveldb Update package.jsons for mono-repo (#851) 2021-11-02 15:22:30 +00:00
mongodb Update package.jsons for mono-repo (#851) 2021-11-02 15:22:30 +00:00
mysql Change mysql library to mysql2 as it is more maintained and support latest mysql authention (#862) 2022-01-05 10:56:14 +00:00
redis Update package.jsons for mono-repo (#851) 2021-11-02 15:22:30 +00:00
sqlite Update package.jsons for mono-repo (#851) 2021-11-02 15:22:30 +00:00
tail Update package.jsons for mono-repo (#851) 2021-11-02 15:22:30 +00:00