You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When DbType.String or DbType.Integer are set, enums are properly coerced by all providers except Npgsql
When DbType isn't set, some inconsistent behavior occurs, e.g. the int value would be textually saved in text columns in some cases.
I don't think we should support this without DbType (especially in light of the weird/problematic behavior across providers), but we should consider aligning with others and at least allowing DbType.String/Integer.