-
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
Join returns more columns then it should #13550
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-enhancement
Milestone
Comments
smitpatel
added
the
verify-fixed
This issue is likely fixed in new query pipeline.
label
Mar 16, 2020
maumar
added
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
and removed
verify-fixed
This issue is likely fixed in new query pipeline.
labels
Sep 29, 2020
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-enhancement
When using join query returns more columns then it should.
Steps to reproduce
This query:
executes this query:
but it should be without
[t1].[MaxInserted
:Further technical details
EF Core version: 2.1.2
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Win-10-64bit
IDE: (Visual Studio 2017 15.8.3)
Also tried
this query
but nothing is chaged:
SELECT [t1].[Key], [t1].[MaxInserted], [t].[InvoiceId]
The text was updated successfully, but these errors were encountered: