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

[release/6.0] Fix to #27356 - Collection_navigation_equal_to_null_for_subquery fails after merging from release/6.0 #27429

Merged
merged 1 commit into from
Mar 2, 2022

Commits on Feb 11, 2022

  1. Fix to #27356 - Collection_navigation_equal_to_null_for_subquery fail…

    …s after merging from release/6.0
    
    Improvement on the previous patch fix (#26744). We were not taking into the account scenario where collection projected from FirstOrDefault was compared to null. Collection can only be null if the parent entity is null, so we can safely apply the same optimization we do for anonymous types and required entities.
    
    Fixes #27356
    maumar committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    792580b View commit details
    Browse the repository at this point in the history