Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Server RevEng: No ForSqlServerIsClustered(false) on NONCLUSTERED PKs #8687

Closed
smitpatel opened this issue Jun 2, 2017 · 0 comments
Closed
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@smitpatel
Copy link
Member

At present we add Clustered annotation on index when its clustered.
Points to remember,

  1. By default PK is clustered but we never scaffold index for it explicitly.
  2. There can be only 1 clustered index. Which means that we may need to set clustering false on PK if there is another index.
  3. Annotation should be set only when we need to specify fluent API else it should remain null.

This will make processing of clustered index accurate.

@ajcvickers ajcvickers added this to the 2.0.0 milestone Jun 2, 2017
@bricelam bricelam self-assigned this Jun 8, 2017
@bricelam bricelam changed the title SqlServer: Scaffolding of Clustered index SQL Server RevEng: No ForSqlServerIsClustered(false) on NONCLUSTERED PKs Jun 19, 2017
@smitpatel smitpatel added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Jun 22, 2017
@bricelam bricelam removed their assignment Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Projects
None yet
Development

No branches or pull requests

3 participants