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

Remove duplicate CacheConnectionStringProperties calls #683

Merged

Conversation

karinazhou
Copy link
Member

According to #680, we have some unnecessary CacheConnectionStringProperties calls after setting ConnectionString properties.

@cheenamalhotra cheenamalhotra added this to the 2.1.0-preview1 milestone Aug 13, 2020
@cheenamalhotra cheenamalhotra added this to In progress in SqlClient v2.1 via automation Aug 13, 2020
SqlClient v2.1 automation moved this from In progress to Reviewer approved Aug 14, 2020
@cheenamalhotra cheenamalhotra added the 📈 Performance Use this label for performance improvement activities label Aug 18, 2020
@cheenamalhotra cheenamalhotra merged commit f0e90e2 into dotnet:master Aug 20, 2020
SqlClient v2.1 automation moved this from Reviewer approved to Done Aug 20, 2020
TrayanZapryanov pushed a commit to TrayanZapryanov/SqlClient that referenced this pull request Aug 31, 2020
TrayanZapryanov added a commit to TrayanZapryanov/SqlClient that referenced this pull request Aug 31, 2020
@karinazhou karinazhou deleted the Fix_CacheConnectionStringProperties branch December 14, 2020 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📈 Performance Use this label for performance improvement activities
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

CacheConnectionStringProperties is called twice when initializing SqlConnection.
4 participants