-
Notifications
You must be signed in to change notification settings - Fork 317
Closed
Labels
P3Use for tagging low priority issues, impacts a single customer, and is not a critical/high issue.Use for tagging low priority issues, impacts a single customer, and is not a critical/high issue.Triage Done ✔️Issues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.
Milestone
Description
Describe the bug
Just something I noticed while playing around with ApplicationIntent:
throw ADP.InvalidEnumerationValue(typeof(ApplicationIntent), (int)eValue);
...should be this:
throw ADP.InvalidEnumerationValue(typeof(PoolBlockingPeriod), (int)eValue);
I did try to contrive a connection-string that would cause SqlConnection to reach the above throw but was ultimately unsuccessful, but I assume something internally within SqlClient can reach it.
To reproduce
N/A
Expected behavior
N/A
Further technical details
- Microsoft.Data.SqlClient version: Current 6.0.2 - as well as the current
mainbranch HEAD. - .NET target: N/A
- SQL Server version: N/a
- Operating system: N/A
Additional context
Metadata
Metadata
Assignees
Labels
P3Use for tagging low priority issues, impacts a single customer, and is not a critical/high issue.Use for tagging low priority issues, impacts a single customer, and is not a critical/high issue.Triage Done ✔️Issues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.