Skip to content

Fluent 3.0.0 RC 2.3

Pre-release
Pre-release

Choose a tag to compare

@tanner0101 tanner0101 released this 27 Mar 22:55
55c0a96

New:

  • Added the ability to specify custom names for migrations. This is useful for situations where you are using two models from separate modules with identical names.
migrationConfig.add(migration: Foo.self, database: .sqlite name: "foo")
  • Added support for CountableClosedRange

Fixed:

  • Fixed an issue where SchemaUpdater would use .create action.
  • Added a benchmark test to ensure drivers can save nil values properly.

Milestone:
3.0.0-rc.2.3