dotConnect for PostgreSQL 9.1.72
Released: Apr 23, 2026
Mises à jour de 9.1.72
Fonctionnalités
Entity Framework support
- Updated support for Entity Framework Core 10 to version 10.0.5.
- Updated support for Entity Framework Core 9 to version 9.0.14.
- Updated support for Entity Framework Core 8 to version 8.0.25.
- Improved EF Core scaffolding logging for the Scaffold-DbContext command.
Correctifs
- Fixed an issue that caused the 'Authentication failed in ssl mode' error on Linux when opening a connection.
- Fixed an issue that caused the 'Unsupported frontend protocol' error when connecting to PostgreSQL 8.0.
- Fixed an issue with OUT parameters in stored functions.
- Fixed an issue with saving MONEY data type values.
- Fixed an issue with trailing zeros in the fractional part of PgSqlNumeric.
- Fixed an issue with ToString() formatting of PgSqlNumeric.
Entity Framework support
- Resolved an issue with transaction handling via the UseTransaction() method in EF Core.