-
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
FromSql over entity type when selecting data from owned reference navigations #21769
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
Comments
The posted repro code works fine for me in 5.0.0-preview.7.20365.15 |
smitpatel
changed the title
FromSqlRaw Composing with Where clause doesn't work
Disallow FromSql over entity type when selecting data from owned reference navigations
Jul 24, 2020
smitpatel
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jul 24, 2020
smitpatel
added a commit
that referenced
this issue
Jul 24, 2020
…ame table Resolves #21769 It would still work if owned navigation data is not accessed. Though keep in mind that selecting entity will bring owned data too due to auto include
smitpatel
added a commit
that referenced
this issue
Jul 24, 2020
…ame table Resolves #21769 It would still work if owned navigation data is not accessed. Though keep in mind that selecting entity will bring owned data too due to auto include
smitpatel
added a commit
that referenced
this issue
Jul 25, 2020
…ame table Resolves #21769 It would still work if owned navigation data is not accessed. Though keep in mind that selecting entity will bring owned data too due to auto include
sorry,my bad,I've updated the code |
smitpatel
changed the title
Disallow FromSql over entity type when selecting data from owned reference navigations
FromSql over entity type when selecting data from owned reference navigations
Aug 1, 2020
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Steps to reproduce
Further technical details
EF Core version: 5.0.0-preview.7.20365.15
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET Core 3.1
Operating system: Windows 10
IDE: Visual Studio 2019 16.6.4
The text was updated successfully, but these errors were encountered: