Fluent PostgreSQL 1.0.0 Beta 3
Pre-release
Pre-release
New:
enableIdentityColumns: Bool?parameter onFluentPostgreSQLProvider. Iffalse, the identity columns will not be used (suitable for PostgreSQL < 10).
try services.register(FluentPostgreSQLProvider(enableIdentityColumns: false))PostgreSQLModelenforcesid: Int?, use newPostgreSQLUUIDModelforid: UUID?. UseModelmanually for customization.
Fixed:
- Fixed an issue where using the
RequestasDatabaseConnectablecould result in hanging queries.