-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: Stop generating discriminator clause when not needed #34145
Conversation
src/EFCore.Cosmos/Query/Internal/CosmosQueryableMethodTranslatingExpressionVisitor.cs
Show resolved
Hide resolved
The validation should be pretty simple, just add it |
Which configuration exactly? |
|
@AndriySvyryd done |
Thanks for the quick review @AndriySvyryd, will need to merge the base PRs first before I can do this one. |
25f92b9
to
b23a624
Compare
b23a624
to
2e69af4
Compare
2e69af4
to
6d13fff
Compare
Note: this PR is based on top of #34143, review last commit only
@AndriySvyryd this doesn't do validation (which is also part of #20268), we can split that out or if if you feel like it, just push it into this PR?
Closes #20268