Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/efcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ae4b6fd
Choose a base ref
...
head repository: dotnet/efcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: df308c6
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Apr 2, 2021

  1. Query: Implement optional dependent conditions (#23635)

    An optional dependent considered present
    If all non-nullable non-PK properties have a non-null value, or
    If all non-nullable non-PK properties are shared with principal then at least one nullable non shared property has a non-null value
    If there are no non-shared properties then it is always present and act like a required dependent
    
    Resolves #23564
    smitpatel authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    df308c6 View commit details
    Browse the repository at this point in the history
Loading