Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosmos: Evaluate the data types in server side to see need of convert node #25120

Open
smitpatel opened this issue Jun 17, 2021 · 0 comments
Open

Comments

@smitpatel
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants