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

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    088c849 View commit details
    Browse the repository at this point in the history
  2. Query: Update column references in pending collections (#24491)

    - Don't apply Include on entities with Include already applied
    - Update table references when pushing down select into left for set operation
    - Update identifiers after applying set operation if the projection removed exiting identifiers
    - Update SQL references in pending collection during push down
    
    Fix for the repro in #17337
    Resolves #18738
    Resolves #19763
    Resolves #19947
    Resolves #20813
    Resolves #21026
    Resolves #22222
    Resolves #23676
    Resolves #23720
    Resolves #24216
    smitpatel authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    bbcdd40 View commit details
    Browse the repository at this point in the history
  3. Query: Update table references for SelectExpression.Update method (#2…

    …4500)
    
    So that referential integrity remains consistent after we start treating SelectExpression as immutable
    smitpatel authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    37810e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ff0dcb View commit details
    Browse the repository at this point in the history
Loading