dotConnect for PostgreSQL 8.2.0
Released: Nov 16, 2023
8.2.0 中的更新
特性
- Microsoft Visual Studio 2022 version 17.8 Preview is now supported.
Entity Framework support
- Entity Framework Core 7.0.5 is now supported.
- Entity Framework Core 6.0.16 is now supported.
修補程式
- Fixed the error during installation on the 32-bit version of Windows.
- Fixed the bug with IPv6 host in the connection string.
- Fixed the bug with unhandled NullReferenceException.
Entity Framework support
- Fixed the bug with incorrect SQL translation of reused LINQ query, which includes array.Contains() and other expressions, in EF Core 5/6/7.
- Fixed the bug throwing Microsoft.EntityFrameworkCore.Infrastructure.ManyServiceProvidersCreatedWarning by the UsePostgreSql(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core 6 and EF Core 7.
- Fixed the bug using custom converters in mapping in EF Core 3 and higher.
Entity Developer
- Fixed the bug detecting the numeric default value of string columns as function-based column default value in EF Core Model.