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

EF.Functions support for Cosmos #18451

Closed
danejur opened this issue Oct 18, 2019 · 3 comments
Closed

EF.Functions support for Cosmos #18451

danejur opened this issue Oct 18, 2019 · 3 comments

Comments

@danejur
Copy link

danejur commented Oct 18, 2019

When playing around with EFCore's Cosmos provider last night, I made the unfortunate discovery that Cosmos doesn't currently have support (or an implementation, rather) for EF.Functions, the helper class that provides some additional SQL operators and functions (notably, for my use cases, Contains and Like). Is there any plan to add a Cosmos-specific implementation of these extensions?

@ajcvickers
Copy link
Member

Likely duplicate of #16143

@danejur
Copy link
Author

danejur commented Oct 18, 2019

@ajcvickers Saw that thread, and thought the same. The only thing I'd point out is that like isn't included on the list of supported built in functions, which I imagine is because like isn't technically a function nor does it seem to be currently supported by Cosmos in general. Feel free to close this issue if you feel that it's a dupe, though!

@AndriySvyryd
Copy link
Member

@danejur See https://feedback.azure.com/forums/263030-azure-cosmos-db/suggestions/6333414-implement-like-keyword

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
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