Query: Joined query isn't correctly translated #7888
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
My query is:
which EF Core translates with this non-working sql
where
[t].[MyField]
doesn't exist in the WHERE clause of the second SELECTEF6 translate the same query with this:
Further technical details
EF Core version: 1.1.1
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 10
IDE: Visual Studio 2017 & LinqPad
The text was updated successfully, but these errors were encountered: