dotConnect for PostgreSQL 8.4.193

Released: Feb 11, 2025

Actualizaciones en 8.4.193

Características

  • Marked the SslCipherList property of the PgSqlConnectionStringBuilder class as obsolete for .NET Framework 4+ and .NET Standard 2.0+ assemblies. Encryption algorithms are now determined by the operating system settings.

Entity Framework support

  • Updated support for Entity Framework Core 9 to version 9.0.1.
  • Updated support for Entity Framework Core 8 to version 8.0.12.

Entity Developer

  • Added new SynchronizeNullableReferenceTypes attribute to model settings (*.edps file) to control the synchronization of NullableReferenceType properties across different templates.

Correcciones

  • Fixed an issue with inserting an empty array of the INET data type.

Entity Framework support

  • Fixed an issue with the Unexpected ProjectionExpression implementation error in EF Core 9.

LinqConnect (formerly known as LINQ to PostgreSQL)

  • Fixed an issue with incorrect caching of the materialization function for different queries in LinqConnect.

Entity Developer

  • Fixed an issue with property mapping for nested types in Entity Framework models.
  • Fixed an issue with the Update From Database wizard falsely detecting precision and scale changes in DECIMAL or NUMERIC columns.