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
CosmosDb doesn't have a function to convert/cast to other data type like relational providers so current Convert nodes in LINQ cannot be translated. Though certain nodes may not require conversion due to implicit conversion/storage mechanism in server side (e.g. float to double conversion). We need to evaluate such implicit conversions in CosmosDb and pass through such conversions in VisitUnary as no-op.
The text was updated successfully, but these errors were encountered:
CosmosDb doesn't have a function to convert/cast to other data type like relational providers so current Convert nodes in LINQ cannot be translated. Though certain nodes may not require conversion due to implicit conversion/storage mechanism in server side (e.g. float to double conversion). We need to evaluate such implicit conversions in CosmosDb and pass through such conversions in VisitUnary as no-op.
The text was updated successfully, but these errors were encountered: