Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle bug in composite fks on SQL Server 12.0.2000 (the SQL bug was …
…fixed in 12.0.2269)
- Loading branch information
929f542
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What bug was that? Do you have a KB number?
929f542
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was localdb only. I didn't bother looking for a KB number.
929f542
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Wonder if this fix should be back ported to EF 6,2? http://entityframework.codeplex.com/SourceControl/latest#src/EntityFramework.SqlServer/Resources/System/Data/SqlClient/System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaDefinition.ssdl
929f542
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't believe we have the same issue there. This was specific to EF7's composite foreign keys.
929f542
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Composite? As in multicolumn?
929f542
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup.