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 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?
The text was updated successfully, but these errors were encountered:
@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!
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
andLike
). Is there any plan to add a Cosmos-specific implementation of these extensions?The text was updated successfully, but these errors were encountered: