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 get_ConnectionTimeout property API in SqlAuthenticationParameters #1336

Merged
merged 6 commits into from Oct 15, 2021

Conversation

cheenamalhotra
Copy link
Member

@cheenamalhotra cheenamalhotra commented Oct 12, 2021

Fixes #1335

Low impact breaking change:

  • The "Connection Timeout" property was recently introduced in SqlAuthenticationParameters in v3.0.0-preview2.

@cheenamalhotra cheenamalhotra added the 🔨 Breaking Change Use this label for breaking API changes in the driver. label Oct 12, 2021
@cheenamalhotra cheenamalhotra added this to In progress in SqlClient v4.0 via automation Oct 12, 2021
@cheenamalhotra cheenamalhotra added this to the 4.0.0-preview3 milestone Oct 12, 2021
@Wraith2
Copy link
Contributor

Wraith2 commented Oct 12, 2021

Looks good to me.

SqlClient v4.0 automation moved this from In progress to Reviewer approved Oct 12, 2021
@JRahnama JRahnama merged commit 47ff527 into dotnet:main Oct 15, 2021
SqlClient v4.0 automation moved this from Reviewer approved to Done Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Breaking Change Use this label for breaking API changes in the driver.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

SqlAuthenticationParameters.ConnectionTimeout throws MissingMethodException
5 participants