Variable in a group JOIN clause added to ORDER BY as a SQL variable #6580
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Steps to reproduce
The issue
A C# variable in a group join clause (in this case,
_languageId
) gets added to theORDER BY
statement as a SQL variable.Exception
The same query with a literal value sometimes work:
Further technical details
EF Core version: 1.0.1
Related
#6145
#3036
The text was updated successfully, but these errors were encountered: