-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[preview9] Add non-owned table splitting support to query #17171
Conversation
50fd20b
to
7e12375
Compare
Updated. Now with uglier SQL. |
7e12375
to
16118a0
Compare
FromSql will not work with table splitting unless the same query works without FromSql: #17215 |
src/EFCore/Query/Internal/EntityEqualityRewritingExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
16118a0
to
07e6609
Compare
@smitpatel Ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
07e6609
to
9b540c2
Compare
@AndriySvyryd Why did you assign this to me? |
Materialize owned entities with all null properties if they are being referenced by other entities Fixes #16032
9b540c2
to
932a973
Compare
@ajcvickers I don't have permissions to merge into preview9 |
@AndriySvyryd That should be fixed now. |
@ajcvickers Thanks. I thought it was by design. |
Materialize owned entities with all null properties if they are being referenced by other entities
Fixes #16032