Skip to content

Releases: thiagodp/database-js-mssql

v0.3.0

05 Feb 17:50
Compare
Choose a tag to compare

Close method now closes all the connections.

Thanks @csvigliano @dhensby

v0.2.3: Merge pull request #3 from andrew-barnett/fix/pool-close

25 Oct 18:40
dea4bbb
Compare
Choose a tag to compare

Fixes the method close() to close a connection only if it is already established

Upgrade mssql to 4.2.2

19 Oct 00:36
Compare
Choose a tag to compare

Upgrade mssql due to a bug fix. Thanks @csvigliano and @willmorgan