dotConnect for PostgreSQL 8.3.104
Released: Nov 8, 2024
8.3.104 での更新項目
機能
- Added support for Microsoft Visual Studio 2022 version 17.12 Preview.
Entity Framework support
- Updated support for Entity Framework Core 8 to version 8.0.10.
- Updated support for Entity Framework Core 6 to version 6.0.35.
- Added support for generating LEFT JOIN LATERAL and CROSS JOIN LATERAL in EF Core LINQ when translating EF Core LINQ queries for PostgreSQL 9.3 and above.
不具合の修正
- Fixed an issue with integration in Visual Studio 2015 and earlier versions.
- Fixed the DataSet Wizard crash in Visual Studio 2022.
- Fixed a design-time bug with the PgSqlDataTable Tasks interface element in Visual Studio 2022.
- Fixed the behavior of returning an infinity value for timestamps.
Entity Framework support
- Resolved an issue that caused the error "No coercion operator is defined between types 'System.Byte[]' and 'NetTopologySuite.Geometries.Geometry'" when using NetTopologySuite in EF Core.
- Fixed a bug where UNION types could not be matched in EF Core.
- Fixed an issue with creating the MigrationHistory table in EF Core when it already exists in PostgreSQL 9.1 and later.
Entity Developer
- Fixed an issue where the Update From Database Wizard reset navigation property names in EF Core models.