Skip to content

Fluent PostgreSQL 1.0.0 RC 1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 27 Feb 23:18
· 201 commits to main since this release
006386a

New:

  • Support for DEFAULT ... values on PostgreSQL columns.

Fixed:

  • Fixed an issue where nested structs would not be properly added in migrations.

Breaking changes:

  • Due to limitations with Swift 4.1 (dynamic casting) nested dictionaries will not be supported on PostgreSQL models. This compiled previously but didn't work. The free conformance to PostgreSQLType on dictionary has been removed now to minimize confusion. Workaround: Use a struct instead.