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

Support for Sqlserver2012 #313

Merged
merged 5 commits into from
Oct 3, 2012
Merged

Conversation

daniellee
Copy link
Contributor

About time we added support for Sql Server 2012 so I have created an SqlServer2012Generator class that inherits from the 2005 class and adds support for creating sequences.

Is there anything else that we should support for Sql Server 2012? The only thing I can find is ColumnStore indexes. #301 which is not merged in yet adds support for clustered and non-clustered indexes so maybe we should support ColumnStore indexes as well.

I tested creating a Nuget package and it doesn't require any changes to the script for this.

Set up the structure needed to add Sql Server 2012 specfic changes
to FluentMigrator. At the moment, functionality is exactly the same
as Sql Server 2008.
New test class for SqlServer2012Generator and can generate sql for the
CreateSequenceExpression and DeleteSequenceExpression.
These are exactly the same as for Sql Server 2008 and 2005. Might add
integration tests for Create Sequence if it doesn't cause problems for
other committers.
@daniellee
Copy link
Contributor Author

Right, don't seem to be any objections or suggestions. Is it ok to go ahead and merge this in?

@tommarien
Copy link
Contributor

It looks clean to me

daniellee added a commit that referenced this pull request Oct 3, 2012
@daniellee daniellee merged commit b0ffdba into fluentmigrator:master Oct 3, 2012
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.

2 participants