Releases: nachbarshund/node-mssql-connector
Releases · nachbarshund/node-mssql-connector
v1.2.0
v.1.1.0
v1.0.0
- Fix #11 Remove memory leak in connection pool. There is also a test for memory leak.
Breaking changeGlobal 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
v0.3.0
- 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.