Skip to content

Releases: tediousjs/node-mssql

v7.2.1

19 Aug 20:12
87da4e8
Compare
Choose a tag to compare

[fix] Fix issue with bulk insert of dates (#1298)

v7.2.0

29 Jul 07:35
4f89376
Compare
Choose a tag to compare

[new] Update Geography field parsing to provide lat/lng props from Geography Point (#1282)
[fix] Handle errors when adding rows to bulk operations (#1264)
[fix] Input/Output parameter passing fix for msnodesqlv8 driver (#1275)

v7.1.3

11 Jun 08:32
556ff0e
Compare
Choose a tag to compare
  • [fix] Request timeout settings now respect value parsed from connection strings (#1257)

v7.1.1

09 Jun 10:03
c19bd81
Compare
Choose a tag to compare

[fix] Errors from tedious connection creation now cause connection promise to reject #1254
[fix] Encrypt and transaction binding settings now respect value parsed from connection strings #1252

v7.1.0

13 May 18:52
fcb6e79
Compare
Choose a tag to compare

[new] Add parseJSON support to query strings (#1239)
[fix] Bump various dependencies for security fixes

v6.3.2

13 May 18:51
6fe5d50
Compare
Choose a tag to compare

[fix] Bump various dependencies for security fixes

v5.1.5

13 May 18:50
921fc4a
Compare
Choose a tag to compare

[fix] Bump various dependencies for security fixes

v7.0.0

06 May 17:34
4863573
Compare
Choose a tag to compare

[new] Result sets with duplicate keys can now be handled using request.arrayRowMode (#1130)
[new] Requests in stream mode now emit a rowsaffected event (#1213)
[new] msnodesqlv8 driver now has detailed error support (#1212)
[new] Connection validation checks before releasing connections from the pool. This can be turned of via validateConnection: false config option (#1192)
[new] UseUTC is now supported on msnodesqlv8 connections (#1222)
[change] Updated to latest Tedious 11
[change] Updated tarnjs to v3
[change] Updated to support latest msnodesqlv8 v2 (#1157)
[change] Piped streams no longer have errors forwarded on to them (#1028)
[change] tedious config option trustServerCertificate defaults to false if not supplied (#1030)
[change] Request.pipe now pipes a true node stream for better support of backpressure (#1078)
[change] drop support for NodeJS < 10 (#1070)
[fix] Ensure line endings are unix style (LF)
[fix] Avoid using deprecated .inspect on Objects (#1071)
[fix] Bump various dependencies for security fixes (#1102)
[fix] Trailing rows from request streams using msnodesqlv8 driver fail to be emitted (#1109)
[fix] Issue with geography v2 parsing resolve (#1138)
[fix] Connection config objects are now deep cloned when stored against a connection pool (#1217)

v7.0.0-beta.5

15 Apr 21:28
43e44d1
Compare
Choose a tag to compare
v7.0.0-beta.5 Pre-release
Pre-release
  • Fix deep cloning of configs
  • Add rowsaffected event
  • Add validation to connections before releasing them from the pool

v7.0.0-beta.3

24 Jan 21:23
1fb0b4d
Compare
Choose a tag to compare
v7.0.0-beta.3 Pre-release
Pre-release
7.0.0-beta.3