-
Notifications
You must be signed in to change notification settings - Fork 468
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
Connection fails when not using connection string #578
Comments
Googled that last debug line : |
@iba-jsykes Doesn't seem to be related, I believe? |
Only if you're running an older node version apparently. I never use the connection string, always the config object, but i'm running node 8.x at this point. |
@iba-jsykes I'm also using LTS node (updated original issue to reflect that). Is your config object any different than mine? Are you trying to connect against a MS SQL 2014? |
I do have the port in my config, and a few more pool options, but taking them out makes no difference. |
@nfantone @iba-jsykes Are you still experiencing this on the latest version? (v4.2.2) |
closing due to lack of response / stale |
I'm trying to connect to a SQL Server 2014 and I'm getting different behaviors when using the connection string vs. the full configuration object.
This works and connects normally:
While this, fails with the error shown below:
Exact version shown on server:
Running on node
8.9.3
.The text was updated successfully, but these errors were encountered: