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: a70a174
Choose a base ref
...
head repository: dotnet/efcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3697418
Choose a head ref
  • 12 commits
  • 38 files changed
  • 5 contributors

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    c785e21 View commit details
    Browse the repository at this point in the history
  2. Fixup deleted join entities

    Perform navigation fixup on many-to-many skip navigations when just the join entity is removed
    Don't perform navigation fixup using a deleted entity when there is also an added entity with the same key value.
    
    Fixes #24123
    AndriySvyryd authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    76a18e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d502a2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47163a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    8e142a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7815577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901bfb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. When sorting update commands add Deleted + Inserted number of edges i…

    …nstead of Deleted * Inserted
    
    Don't allocate a collection for edges if there's only one edge between given two vertices
    Reuse the Multigraph instance
    Change the benchmark to reuse the context instance to simulate pooling behavior
    AndriySvyryd authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c6a9f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccde2d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    501c60a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ffacdb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    3697418 View commit details
    Browse the repository at this point in the history
Loading