Releases: tediousjs/node-mssql
Releases · tediousjs/node-mssql
v6.0.0-beta.1
- 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
andpoolCreate
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
Add support for read only ApplicationIntent in connection strings
v5.1.0
v5.0.6
v6.0.0-alpha.8
6.0.0-alpha.8
v5.0.5
v6.0.0-alpha.7
Update tedious to 6.1.0 - fixes issue where paused streams don't really pause
v6.0.0-alpha.6
[new] Bulk table inserts now attempt to coerce Date objects out of non Date values
v6.0.0-alpha.5
- [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
andreplaceOutput
functions added toRequest
andPreparedStatement
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