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

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    adf8eb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f73f511 View commit details
    Browse the repository at this point in the history
  3. Implement SqlQuery<T> (#28665)

    Resolves #11624
    smitpatel authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    446be9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c5ccfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1f8829 View commit details
    Browse the repository at this point in the history
  6. Add python script to replace query baselines (#28735)

    Usage: `python .\tools\ReplaceQueryBaseline.py`
    (or can invoke inside tools directory too)
    smitpatel authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    839809f View commit details
    Browse the repository at this point in the history
  7. Allow users to always use transactions with SaveChanges (#28711)

    Obsoletes AutoTransactionsEnabled, replacing it with a new 3-valued
    enum.
    
    Closes #27574
    roji authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a6b6a2a View commit details
    Browse the repository at this point in the history
  8. Json Columns query work

    - property/navigation access translation,
    - materialization (entity, collection, with nesting),
    - null semantics,
    
    + tweaks and fixes to the metadata/update part
    maumar committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    0577a3a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    4dd5074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93fa75d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec2f0c View commit details
    Browse the repository at this point in the history
Loading