You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[new] Set default isolationLevel for all transactions (#1005)
[new] sql.Date now is coerced into a date object (#1007)
[fix] Bump acorn dependency for security fix
[new] Add Request.template helper for providing templated strings to queries (#960)
[new] Repeat calls to ConnectionPool.connect() resolve (#941)
[new] Stored procedure params are now logged to debug log (#979)
[fix] Repeat calls to mssql.connect() will now resolve correctly (#986)
[fix] Connections are encrypted by default as documented (#977)
[fix] Tagged template literal queries with empty array values now work (#990)
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)