Open
Description
When querying to a strongly type object which uses an unsigned short (ushort) you get an arithmetic overflow if the SQL value is greater than short.MaxValue (32767).
The SQL data type is an INT (best used for ushort values)
The mapping looks to be ignoring the fact its converting to an unsigned value which should allow twice the size (65535)
Errors
"Arithmetic operation resulted in an overflow."
Error parsing column 21 (XX=65535 - Int32)
Metadata
Metadata
Assignees
Labels
No labels