Skip to content

Commit

Permalink
Update changelog/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Aug 9, 2022
1 parent 26f5aab commit b9c9217
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v9.0.0 (2022-??-??)
v9.0.0 (2022-08-10)
-------------------
[change] Upgrade tedious to v15 ([#1417](https://github.com/tediousjs/node-mssql/pull/1417))
[removed] Removed NodeJS 10 & 12 support ([#1417](https://github.com/tediousjs/node-mssql/pull/1417))
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,11 @@ request.query('select @myval as myval', (err, result) => {
- If you're facing problems with connecting SQL Server 2000, try setting the default TDS version to 7.1 with `config.options.tdsVersion = '7_1'` ([issue](https://github.com/tediousjs/node-mssql/issues/36))
- If you're executing a statement longer than 4000 chars on SQL Server 2000, always use [batch](#batch-batch-callback) instead of [query](#query-command-callback) ([issue](https://github.com/tediousjs/node-mssql/issues/68))

## 8.x to 7.x changes

- Upgraded to tedious version 15
- Dropped support for Node version < 12

## 7.x to 8.x changes

- Upgraded to tedious version 14
Expand Down

0 comments on commit b9c9217

Please sign in to comment.