-
Notifications
You must be signed in to change notification settings - 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
Conversation
dhensby
left a comment
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 :( |
Update lib/tedious/connection-pool.js Co-authored-by: Daniel Hensby <[email protected]>
a7ed5d5 to
b760d4f
Compare
|
I've had approved a commit from GitHub UI and it come out not following the convention - I've squashed the changes into the previous commit, because it seemed fit. Sorry for the back and forth, let me know if anymore changes are needed. |
|
Thank you; sorry I meant to also reword the commit for you, but I've been snowed under recently and hadn't got round to it. I think it'll go green now 👍 |
|
🎉 This PR is included in version 12.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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: