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

Commits on Oct 18, 2022

  1. Fix to #29355 - FromSqlRaw throws Exception when querying all objects…

    … that contain a certain string property in a json array column (#29366)
    
    Problem was that were not creating navigation bindings for JSON entities in the SelectExpression ctor which takes TableExpressionBase as argument. This would cause error in SharedTypeEntityExpandingExpressionVisitor which depends on those bindings to be present for entities mapped to JSON.
    
    Fix is to use the same logic we use in the "main" SelectExpression ctor.
    
    Fixes #29355
    maumar authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    be9e79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b39d274 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Merge branch 'release/7.0'

    ajcvickers committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d00fa6f View commit details
    Browse the repository at this point in the history
Loading