-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Description
Feature Description
Currently typeorm, supports mssql@^9.1.1 as a peer dependency.
mssql v10 was just released: https://github.com/tediousjs/node-mssql/releases/tag/v10.0.0. It updated tedious to v16, and dropped Node.js v14 support.
I would like typeorm to support the new mssql version so that I can use features from tedious v16.
The Solution
- Add
mssql@^10.0.0as a peer dependency. - Setup tests for
mssqlv10, and Node.js 16
Relevant Database Driver(s)
- aurora-mysql
- aurora-postgres
- better-sqlite3
- cockroachdb
- cordova
- expo
- mongodb
- mysql
- nativescript
- oracle
- postgres
- react-native
- sap
- spanner
- sqlite
- sqlite-abstract
- sqljs
- sqlserver
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, but I don't know how to start. I would need guidance.