New build of dotConnect for PostgreSQL 7.11.1190 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of dotConnect for PostgreSQL 7.11.1190 is available!

Post by Devart » Thu 19 Jul 2018 11:37

Dear users,

New build of dotConnect for PostgreSQL 7.11.1190 is available for download now.

In this version:
  • The IDbColumnSchemaGenerator interface and the PgSqlDataReader.GetColumnSchema() method are implemented in .NET Standard provider assemblies
  • The performance of the SSIS Lookup component is improved due to using one IN clause instead of many OR clauses
  • The bug with throwing the "Socket.IOControl handles Windows-specific control codes and is not supported on this platform." error by .NET Standard compliant assemblies on Linux and MacOS is fixed
  • The bug with reading an array of cursors as an array of strings is fixed
  • The bug with PgSqlScript execution when it includes declarations of blocks, quoted with dollar signs, is fixed
  • The bug with not backing up column length via the PgSqlDump.Backup method is fixed
Entity Framework support
  • The bug with paging in EF Core 2.1 is fixed
  • The bug with using the aggregate functions in EF Core 2.1 is fixed
  • The bug with processing arguments of functions mapped via .HasDbFunction in EF Core 2 is fixed
  • The bug with applying a filter with implicit EnumToStringConverter via LINQ queries in EF Core 2 is fixed
  • The bug with using the String.CompareTo method via LINQ queries in EF Core is fixed

Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked