Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ralmsdeveloper
Copy link
Contributor

@ralmsdeveloper ralmsdeveloper changed the title [WIP] SQLServer: Support fill factor for index SQLServer: Support fill factor for index Apr 15, 2020
Copy link
Contributor

@lajones lajones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also add tests:

  1. in SqlServerBuilderExtensionsTest similar to the existing ones for IncludeProperties(), (here might be a good place to test the ArgumentOutOfRangeExceptions I mention below too), and
  2. in SqlServerModelDifferTest - see the existing tests for IsCreatedOnline. Plus please add a test to make sure that the model differ picks it up if you change only the fillfactor from one valid value to another.

@ralmsdeveloper
Copy link
Contributor Author

@lajones rebase is done!

Copy link
Contributor

@lajones lajones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few small comments / naming changes and we're good to go. Thanks very much @ralmsdeveloper !

@lajones lajones merged commit 0189aa3 into dotnet:master Apr 20, 2020
@lajones
Copy link
Contributor

lajones commented Apr 20, 2020

This is now merged. Thanks once again @ralmsdeveloper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQL Server Index Fill Factor
2 participants