-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Where condition missing on Left join grouped sub query #13216
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
please the solution to this problem |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I want left join twice, first is a grouped sub query, second is a table.
The major translation works well.
But the condition has some problem, if LINQ condtion constains the grouped query part, the translation will not translate condition part.
Steps to reproduce
Include a complete code listing (or project/solution) that we can run to reproduce the issue.
Partial code listings, or multiple fragments of code, will slow down our response or cause us to push the issue back to you to provide code to reproduce the issue.
Tables
Users
userid, username
SupperFCWacher
id, userid
FCWacher
id , userid, dealerid
Users
LINQ
Translated SQL
Another Issue
If FCWacher inherit SupperFCWacher, the translated sql will be error.
Further technical details
EF Core version: (2.1.1)
Database Provider: (Microsoft.EntityFrameworkCore.SqlServer)
Operating system:
IDE: (e.g. Visual Studio 2017 15.4)
The text was updated successfully, but these errors were encountered: