Change parameter log formatting to not show DbType = String when it isn't #10634
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
providers-beware
type-enhancement
Milestone
A DbType of String is sometimes set as the default by ADO.NET code--specifically tested with SQLClient. However, this doesn't actually mean that the type of the data is String, especially for nulls. We should change the formatting code to no show DbType = String when there is no real evidence that it actually is a string.
The text was updated successfully, but these errors were encountered: