dotConnect for PostgreSQL 9.1.100

Released: May 25, 2026

Updates in 9.1.100

Features

Entity Framework support

  • Updated support for Entity Framework Core 10 to version 10.0.7.
  • Updated support for Entity Framework Core 9 to version 9.0.15.
  • Updated support for Entity Framework Core 8 to version 8.0.26.

Fixes

  • Fixed an issue with negative MONEY values displayed in accounting format when using protocol 2.
  • Fixed incorrect handling of TIMESTAMPTZ values when the Use Session Timezone connection string parameter was set to True.
  • Fixed an issue that occurred when using large PgSqlDataAdapter.UpdateBatchSize values.
  • Fixed an issue affecting batch insert and batch update operations in Entity Framework Core.
  • Fixed an issue with displaying Unicode characters during installation.
  • Fixed an issue that occurred when downloading and installing Entity Developer.

Entity Framework support

  • Fixed an issue with reserved parameter names in EF Core 10.
  • Fixed an issue where LINQ queries with Contains on IList, IEnumerable, and ReadOnlyCollection failed in EF Core 10.