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

Add change tracking and query support for collections of owned types. #12593

Merged
merged 1 commit into from
Jul 11, 2018

Conversation

AndriySvyryd
Copy link
Member

Improve detection of the inverse navigation for owned types.

Fixes #8172

@@ -13,15 +13,15 @@ public class ComplexNavigationsWeakQuerySqlServerTest : ComplexNavigationsWeakQu
: base(fixture)
{
Fixture.TestSqlLoggerFactory.Clear();
//Fixture.TestSqlLoggerFactory.SetTestOutputHelper(testOutputHelper);
Fixture.TestSqlLoggerFactory.SetTestOutputHelper(testOutputHelper);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment this out

@@ -185,7 +190,10 @@ var includeLoadTree
return includeLoadTrees;
}

private void PopulateIncludeLoadTree(IncludeResultOperator includeResultOperator, IncludeLoadTree includeLoadTree)
private bool PopulateIncludeLoadTree(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TryPopulateIncludeLoadTree?

Improve detection of the inverse navigation for owned types.

Fixes #8172
@AndriySvyryd AndriySvyryd merged commit 3014fa3 into release/2.2 Jul 11, 2018
@AndriySvyryd AndriySvyryd deleted the Issue8172 branch July 11, 2018 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants