Skip to content
daniellee edited this page Jan 30, 2013 · 2 revisions

Release Notes

Nuget package: http://nuget.org/packages/FluentMigrator/

1.0.6

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.
Clone this wiki locally