-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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.0
as a peer dependency. - Setup tests for
mssql
v10, 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.