bestlong / node-red-contrib-mssql-plus

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

Attempt to expose trustServerCertificate configuration #38

Closed harmonic7 closed 3 years ago

harmonic7 commented 3 years ago

Hi there,

This adjustment exposes the trustServerCertificate configuration option:

Screen Shot 2020-08-26 at 1 11 10 PM

I have also bumped the mssql dependency to "next", but hopefully you can ignore this change to the packages.json file if you decide to merge the changes in.

Many thanks !

Steve-Mcl commented 3 years ago

Hi, I am going to close this pull request shortly but I will incorporate your proposed changes in a new branch "mssql7" very soon. I will also be releasing (on NPM) a beta that explicitly uses V7 of node-mssql (rather than next)

Would you be in a position to install the beta once published?

The beta will also include additional feature (e.g. bulk insert mode)

harmonic7 commented 3 years ago

Thanks @Steve-Mcl , I'll take a look.