Skip to content

Releases: tediousjs/node-mssql

v6.0.0-beta.1

07 Aug 08:48
fd205a7
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release
  • Add pause/resume support for nodemssqlv8 driver (node 10+) (#877)
  • Fix issue with prototype pollution (#879)
  • Fix issue where request.input allowed 0 arguments (#885)
  • poolDestroy and poolCreate use promises again (removed in earlier beta), we use v8's close callback to implement proper promises for closing v8 pools (#898)
  • Fix issues with bulk insert with varchar(max) columns (#901)
  • Minor optimisation fix when generating date for bulk inserts (#878)

v6.0.0-alpha.9

17 Apr 17:30
41f3741
Compare
Choose a tag to compare
v6.0.0-alpha.9 Pre-release
Pre-release

Add support for read only ApplicationIntent in connection strings

v5.1.0

17 Apr 17:29
7286c5a
Compare
Choose a tag to compare

Add support for read only ApplicationIntent in connection strings

v5.0.6

16 Apr 23:27
0a5ca2b
Compare
Choose a tag to compare
  • FIX: Make sure all callbacks are invoked by setImmediate [#855]

v6.0.0-alpha.8

16 Apr 10:48
69d6a66
Compare
Choose a tag to compare
v6.0.0-alpha.8 Pre-release
Pre-release
6.0.0-alpha.8

v5.0.5

16 Apr 10:49
4c85035
Compare
Choose a tag to compare
5.0.5

v6.0.0-alpha.7

25 Mar 13:04
c806b42
Compare
Choose a tag to compare
v6.0.0-alpha.7 Pre-release
Pre-release

Update tedious to 6.1.0 - fixes issue where paused streams don't really pause

v6.0.0-alpha.6

15 Mar 10:34
9d7756c
Compare
Choose a tag to compare
v6.0.0-alpha.6 Pre-release
Pre-release

[new] Bulk table inserts now attempt to coerce Date objects out of non Date values

v6.0.0-alpha.5

13 Mar 13:23
b056a1a
Compare
Choose a tag to compare
v6.0.0-alpha.5 Pre-release
Pre-release
  • [new] Invalid isolation levels passed to transactions will now throw an error
  • [new] Duplicate parameter names in queries/stored procedures will now throw an error
  • [new] replaceInput and replaceOutput functions added to Request and PreparedStatement to facilitate replacing existing parameters
  • [new] Calls to the global connect function will return the global connection if it exists
  • [change] Closing the global connection by reference will now cleanup the internally managed globalConnection

v5.0.3

13 Mar 13:20
d5f844b
Compare
Choose a tag to compare
  • [FIX] Fix a bug with streamed requests that start paused