node-mssql

Microsoft SQL Server client for Node.js

MIT License

Downloads
3.7M
Stars
2.2K
Committers
103

Bot releases are hidden (Show)

node-mssql - v9.1.2

Published by dhensby about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tediousjs/node-mssql/compare/v9.1.1...v9.1.2

node-mssql -

Published by dhensby over 1 year ago

What's Changed

Full Changelog: https://github.com/tediousjs/node-mssql/compare/v9.1.0...v9.1.1

node-mssql - v9.1.0

Published by dhensby over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tediousjs/node-mssql/compare/v9.0.1...v9.1.0

node-mssql - v9.0.0

Published by dhensby about 2 years ago

What's Changed

Full Changelog: https://github.com/tediousjs/node-mssql/compare/v8.1.3...v9.0.0

node-mssql - v8.1.3

Published by dhensby about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tediousjs/node-mssql/compare/v8.1.2...v8.1.3

node-mssql - v8.1.1

Published by dhensby over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tediousjs/node-mssql/compare/v8.1.0...v8.1.1

node-mssql - v7.3.4

Published by dhensby over 2 years ago

[fix] msnodesqlv8.js file was missing from previous release

node-mssql - v7.3.2

Published by dhensby over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tediousjs/node-mssql/compare/v7.3.1...v7.3.2

node-mssql - v8.1.0

Published by dhensby over 2 years ago

node-mssql - v8.0.2

Published by dhensby over 2 years ago

What's Changed

  • Add node 14 to test matrix by @dhensby in https://github.com/tediousjs/node-mssql/pull/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)
node-mssql - v8.0.1

Published by dhensby over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tediousjs/node-mssql/compare/v7.2.1...v8.0.1

node-mssql -

Published by dhensby almost 3 years ago

[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)

node-mssql -

Published by dhensby about 3 years ago

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

node-mssql -

Published by dhensby about 3 years ago

[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)

node-mssql -

Published by dhensby over 3 years ago

  • [fix] Request timeout settings now respect value parsed from connection strings (#1257)
node-mssql -

Published by dhensby over 3 years ago

[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

node-mssql -

Published by dhensby over 3 years ago

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

node-mssql -

Published by dhensby over 3 years ago

[fix] Bump various dependencies for security fixes

node-mssql -

Published by dhensby over 3 years ago

[fix] Bump various dependencies for security fixes

node-mssql - v7.0.0

Published by dhensby over 3 years ago

[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)