-
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
QueryRewrite: correctly handle weak/owned entities #15285
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
maumar
changed the title
QueryRewrite: correctly handle weak entities
QueryRewrite: correctly handle weak/owned entities
Apr 8, 2019
This was referenced Jun 28, 2019
Note: Be sure to re-enable test disabled for #16360 |
smitpatel
added a commit
that referenced
this issue
Jul 3, 2019
Support for Owned entities Part of #15285 Also added SQL Assertion on Sqlite for LongCount
smitpatel
added a commit
that referenced
this issue
Jul 3, 2019
Support for Owned entities Part of #15285 Also added SQL Assertion on Sqlite for LongCount
smitpatel
added a commit
that referenced
this issue
Jul 17, 2019
smitpatel
added a commit
that referenced
this issue
Jul 17, 2019
smitpatel
added a commit
that referenced
this issue
Jul 17, 2019
smitpatel
added a commit
that referenced
this issue
Jul 17, 2019
smitpatel
added a commit
that referenced
this issue
Jul 17, 2019
ajcvickers
added
the
verify-fixed
This issue is likely fixed in new query pipeline.
label
Jul 24, 2019
smitpatel
added a commit
that referenced
this issue
Aug 3, 2019
smitpatel
removed
the
verify-fixed
This issue is likely fixed in new query pipeline.
label
Aug 5, 2019
smitpatel
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Aug 6, 2019
smitpatel
added a commit
that referenced
this issue
Aug 6, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Currently weak entities are not handled properly - we lose type entity type information when we generate entity queryable for the expanded entity. In the old pipeline we keep track of them using dictionary.
We can do similar thing in the new pipeline or embed the entity type information directly into expression treeThe text was updated successfully, but these errors were encountered: