Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always do tracking query for Load #12210

Merged
merged 1 commit into from
Jun 5, 2018
Merged

Always do tracking query for Load #12210

merged 1 commit into from
Jun 5, 2018

Commits on Jun 5, 2018

  1. Always do tracking query for Load

    Issue: If the ChangeTracking behaviour is set to NoTracking then calling Load on tracked entity won't track resuls of load query. Which results in load failing.
    The fix is to issue AsTracking query so that results from load query are added to state manager and will be fixed up with tracked query
    
    Currently calling Load on non tracked query does not work so this fix is safe in that regard.
    
    Resolves #12209
    smitpatel committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    78216c2 View commit details
    Browse the repository at this point in the history