Skip to content

Releases: tediousjs/node-mssql

v8.0.2

24 Feb 22:32
c77c80b
Compare
Choose a tag to compare

What's Changed

  • Add node 14 to test matrix by @dhensby in #1339
  • Transaction/PreparedStatements expose the config from their parent connection (#1338)
  • Inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#1338)

v8.0.1

30 Jan 22:33
f7cd499
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.2.1...v8.0.1

v7.3.0

23 Nov 16:52
314b68a
Compare
Choose a tag to compare

[new] Transaction/PreparedStatements expose the config from their parent connection (#1340)
[fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#1338)

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