Skip to content

Releases: nachbarshund/node-mssql-connector

v1.2.0

09 Mar 12:28

Choose a tag to compare

  • Upgrade to lodash version 4.6.x

v.1.1.0

04 Feb 10:45

Choose a tag to compare

  • Fix [#13] Multiple connection to different database

v1.0.0

15 Jan 09:41

Choose a tag to compare

  • Fix #11 Remove memory leak in connection pool. There is also a test for memory leak.
  • Breaking change Global connection error handler on initialized client instance (more information in README). You have to detect connection problems global since this version. .exec callback will not be called
  • Upgrade to tedious version 1.13.2
  • Upgrade to tedious-connection-pool version 0.3.9
  • Tested nodejs version: 4.2.x

v0.4.0

03 Nov 10:29

Choose a tag to compare

  • Fix #7: Multiple IN statement with the same parameter

v0.3.0

15 Oct 07:27

Choose a tag to compare

  • Upgrade to tedious version 1.11.5
  • Upgrade to tedious-connection-pool version 0.3.8
  • Change internal stored procedure exec (Alpha)
  • Detail error information with query and parameters.