-
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
Wrong SQL query generation #7121
Labels
Comments
Can you also post your model? Specifically code listings for all the entities and contents of OnModelCreating method on your DbContext |
okay, i do it later. |
Note for Triage looks like a regression, 1.1.1? |
Similar to #7033 |
@maumar @smitpatel do you know if this is a duplicate of #7033? |
duplicate of #7033 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
I have code
The issue
When i call
SingleOrDefaultAsync()
i get an exceptionFurther technical details
Generated SQL query:
([x].[ID] = [y0].[SERIES_ID])
should be(@_outer_Id = [y0].[SERIES_ID])
EF Core version: 1.1.0
The text was updated successfully, but these errors were encountered: