"Unable to cast object of type 'System.Single' to type 'System.Double'." thrown when querying entity that contains property Double with some custom precision/scale values #22572
Labels
area-type-mapping
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Full repro:
Problem here is that even though property is typed as double, sql server stores it as real. In shaper we try to extract double from the reader the exception is thrown:
The text was updated successfully, but these errors were encountered: