You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm interested why maintainers ignored this. We definitely can edit database.d.ts by ourselves, but changes will be overwrited over updates. Right know there's no ability to connect MSSQL DB if it uses Instances, and it seems like a easy one-line fix - and I don't have any idea why this option is not provided out-of-box.
Information
Recently I found that the type is missing for instanceName in connection option for MSSQL.
https://tediousjs.github.io/node-mssql#tedious
Package version
"@adonisjs/lucid": "^18.3.0"
Node.js and npm version
NodeJS: v18.12.1
NPM: 8.19.2
Sample Code (to reproduce the issue)
Solution:
The text was updated successfully, but these errors were encountered: