-
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: Detect partition key filters in more queries #20350
Comments
Is it already included into EF Core 5.0 release? |
I am also interested in this outcome. |
This issue is still open therefore it hasn't been implemented. |
Are you certain? The PR was merged, as I recall. |
Nevermind, it is in fact in 5.0, but in very limited fashion. |
You can enable Debug logging to make sure your query is getting picked up correctly |
This is not fixed. The only place where PR identified this is for case of Find or query similar to |
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
Currently one needs to write the query like this to use a partition key:
Instead we could automatically detect the partition key filter if used:
The text was updated successfully, but these errors were encountered: