-
Couldn't load subscription status.
- Fork 475
Add --tds-version flag to CLI #1783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that the changes bin/mssql:65 and lib/tedious/connection-pool.js:16-17 are not required.
The other changes are fine and look good.
|
The linter doesn't like the trailing commas :( |
Co-authored-by: Daniel Hensby <[email protected]>
What this does:
Adds support for specifying the TDS protocol version when connecting to SQL Server.
Includes a new CLI option --tds-version and propagates it through configuration and connection pooling logic.
Related issues:
#1781 - Missing tdsVersion option on CLI
Pre/Post merge checklist: