mtanneryd / ef-bulk-operations

Bulk operations for Entity Framework 6
Apache License 2.0
80 stars 30 forks source link

Schema not considered when figuring out the clustered index #22

Closed mtanneryd closed 4 years ago

mtanneryd commented 5 years ago

Figuring out a table's clustered index columns does not take the table schema into consideration so it fails if there are two tables with the same name but in different schemas.