Skip to content
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

Fix SQL Server connection string #7079

Merged
merged 1 commit into from
Jun 18, 2021

Conversation

veikkoeeva
Copy link
Contributor

The newer SQL Server ADO.NET drivers do not accept
"asynchronous processing" as a parameter as it's on
by default and cannot be changed.

The newer SQL Server ADO.NET drivers do not accept
"asynchronous processing" as a parameter as it's on
by default and cannot be changed.
@veikkoeeva
Copy link
Contributor Author

The fix is to remove the parameter from the connection string. It seem to be that also some whitespace was removed, if this is a problem, let's see how to fix them back (arguably better like this?). :)

@veikkoeeva
Copy link
Contributor Author

The failures seem to be timeouts from code that is unrelated to the connectionstring change.

@ReubenBond ReubenBond merged commit 8cebe8f into dotnet:main Jun 18, 2021
@veikkoeeva veikkoeeva deleted the fix-sqlserver-connstr branch June 21, 2021 16:02
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants