Incorrect table alias name in translated sql #6636
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
Using Linq to generate sql running in sql server 2012.
The translated sql query:
The issue
The alias name or table name is translated with a 0 at the end of name. It caused columns in the table could not be found.
Further technical details
EF Core version: "1.0.1"
Operating system: MacOS
Visual Studio version: n/a
Other details about my project setup:
Working with sql server 2012
The text was updated successfully, but these errors were encountered: