Does fluentmigrator work with SQL Server 2012?
Asked Answered
C

1

6

Does the current iteration of fluentmigrator work with SQL Server 2012? Its not listed under the supported databases.

Colene answered 11/9, 2012 at 17:8 Comment(0)
O
3

There is no official support for Sql Server 2012 yet. But it should work if you specify SqlServer2008 as the database type. The differences between Sql Server 2005, 2008 and 2012 are not so significant when using FluentMigrator (Sql Server 2000 is a different story). Some features like the new sequence object have no support so in the meantime will have to be run using Execute.Sql.

UPDATE: I tested FluentMigrator against Sql Server 2012 Express with database type specified as SqlServer2008 and it worked fine.

UPDATE: FluentMigrator now officially supports Sql Server 2012 and Sequences.

Orison answered 12/9, 2012 at 6:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.