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.