forked from fluentmigrator/fluentmigrator
-
Notifications
You must be signed in to change notification settings - Fork 1
Release Notes
daniellee edited this page Jan 30, 2013
·
2 revisions
Nuget package: http://nuget.org/packages/FluentMigrator/
Released: Monday, December 31, 2012
1.0.6 was a release with lots of small bug fixes and improvements.
- More SystemMethods implemented. CurrentUser for SqlServer and Postgres. CurrentUTCDateTime for Postgres. CurrentDateTime for MySql. @daniellee
- SqlServerCE now works after some fixes done by @heing
- Quoting and case sensitivity issues for Oracle fixed by @heing again.
- The default versiontablemetdata is now overridable (see Overriding the DefaultVersionTableMetaData class by @tommarien
- A small fix to the SqlServerSchemaDumper by @qntmfred
- A bug fix for SqlServer so that default value constraint names are now escaped. This allows you to have dots in your table names (don't ask me why you'd do that). The fix was done by @Pathoschild
- Added support for byte arrays when inserting data. Change done by @spaccabit
- A change to allow using raw sql when using the Insert.IntoTable expression. Description in the wiki here.. Change done by @duereg.
- Getting FluentMigrator
- How to create a Migration
- Fluent Interface
- Migration Runners
- Use inbuilt database functions when setting the default value
- Sql Server Specific Extensions
- Raw Sql Helper for inserting data
- Auto Reversing Migrations
- Resharper File Template
- Transaction Modes for the Migration Runner
- ApplicationContext: Passing parameters to Migrations
- Dealing with Multiple Database Types
- Filter migrations run based on Tags
- Enforce migration version numbering rules
- Create custom metadata for the VersionInfo table