sqlectron / sqlectron-core

https://sqlectron.github.io/
MIT License
221 stars 69 forks source link

upgrade mssql dependency to ^6 #112

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

This upgrades the mssql dependency to its latest released version from the much older 3.x line, which brought about a number of operational changes with how the driver worked, though nothing so significant that the query result could not be recast into the same expected results as the 3.x line.

This also includes an upgrade of the bl transitive dependency fixing its reported security vulnerability.