-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support for filtering by enum property types #35
Labels
enhancement
New feature or request
Comments
kzu
added a commit
that referenced
this issue
Jun 16, 2021
"Fix" this support in CosmosDB table client, which does not support this type of query :). Fixes #35
kzu
added a commit
that referenced
this issue
Jun 16, 2021
"Fix" this support in CosmosDB table client, which does not support this type of query :). Fixes #35
kzu
added a commit
that referenced
this issue
Jun 16, 2021
"Fix" this support in CosmosDB table client, which does not support this type of query :). Fixes #35
kzu
added a commit
that referenced
this issue
Jun 16, 2021
"Fix" this support in CosmosDB table client, which does not support this type of query :). Fixes #35
kzu
added a commit
that referenced
this issue
Jun 16, 2021
"Fix" this support in CosmosDB table client, which does not support this type of query :). Fixes #35
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Given the following entity:
The following query should Just Work™:
Note that this does not work in the built-in
TableQuery<T>
in CosmosDB :).The text was updated successfully, but these errors were encountered: