Fluent PostgreSQL 1.0.0 RC 1.1
Pre-release
Pre-release
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.