Skip to content

Commit a56b85a

Browse files
authored
Merge pull request #1360 from dhensby/pulls/readme
Update readme changes for v7 - v8 upgrade
2 parents 567c2de + 698095e commit a56b85a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,6 +2013,11 @@ request.query('select @myval as myval', (err, result) => {
20132013
- 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))
20142014
- 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))
20152015

2016+
## 7.x to 8.x changes
2017+
2018+
- Upgraded to tedious version 14
2019+
- Removed internal library for connection string parsing. Connection strings can be resolved using the static method `parseConnectionString` on ConnectionPool
2020+
20162021
## 6.x to 7.x changes
20172022

20182023
- Upgraded tedious version to v11

0 commit comments

Comments
 (0)