Unique index not generated
ddewaleffe opened this issue · 4 comments
ddewaleffe commented
Wanted a unique index on a string column[25], so selected both Indexed and unique index to true.
Index is created but the unique info seems to be ignored.
D.
msawczyn commented
Found where the output was missing in the EF6 template and am adding that.
Did you see this behavior in EFCore or EF6? If the former, that's a problem -- code to emit that is in EFCoreDesigner.ttinclude lines 276-292.
ddewaleffe commented
using ef6 at the moment...
D.
…-----------------------------------------
Dominique de Waleffe
GSM:+32 477 533 521
dominique@4d-consult.com
On Mon, Aug 20, 2018 at 1:42 PM, Michael Sawczyn ***@***.***> wrote:
Found where the output was missing in the EF6 template and am adding that.
Did you see this behavior in EFCore or EF6? If the former, that's a
problem -- code to emit that is in EFCoreDesigner.ttinclude lines 276-292.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABxl8kiQYJgJ2dIE85Auyb1xCeRkVXPpks5uSqCWgaJpZM4WBATg>
.
msawczyn commented
Phew. Good. Then I fixed it. Thanks for bringing it to my attention. Can't figure how I missed adding that.
It's in github now, and will be in the next release, as soon as I get some pull requests looked at and merged.
msawczyn commented
Fixed in v1.2.3