We already support many numeric conversions, including some conversions involving `Nullable<T>`.
The following still need to be supported:
double => int? double => long? long => int? decimal? => double? decimal? => int? decimal? => long? double? => decimal? double? =? int? double? => long? int? => decimal? int => double? long? => decimal? long? => double? long? => int?
- is depended on by
-
ODATA-25 Compute fails with filter when formula involves more than one non-constant
- Closed