bestlong / node-red-contrib-mssql-plus

A Node-RED node to read and write to Microsoft MS SQL Databases
MIT License
32 stars 18 forks source link

V0.2.1 #11

Closed Steve-Mcl closed 5 years ago

Steve-Mcl commented 5 years ago

Fixes all open issues & adds some additional capabilities.

Changes include...

Fix problem where configs get mixed up when more than one SQL Server config is used in a node-red installation (handles bestlong#2) Add ability to return multiple record sets (optional return type to maintain compatibility with earlier versions) Add ability to output results to field other than payload Add ability to throw errors (handles bestlong#5, bestlong#9) (optional to maintain compatibility with earlier versions) Improved documentation Bug fixes