Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Unique index not generated #13

Closed
ddewaleffe opened this issue Aug 17, 2018 · 4 comments
Closed

Unique index not generated #13

ddewaleffe opened this issue Aug 17, 2018 · 4 comments
Labels
bug Confirmed bug

Comments

@ddewaleffe
Copy link

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
Copy link
Owner

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
Copy link
Author

ddewaleffe commented Aug 20, 2018 via email

@msawczyn
Copy link
Owner

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
Copy link
Owner

Fixed in v1.2.3

@msawczyn msawczyn added the bug Confirmed bug label Aug 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Confirmed bug
Projects
None yet
Development

No branches or pull requests

2 participants