New build of dotConnect for PostgreSQL 7.13.1402 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.13.1402 is available!

Post by Devart » Thu 06 Jun 2019 19:29

Dear users,

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

In this version:
  • Deprecated design-time Synchronous API calls are no longer used with Visual Studio 2019 and Visual Studio 2017
  • The behaviour is changed: now PgSqlDataAdapter performs inserts in a batch with protocol 3 when the UpdateBatchSize property is used and UnpreparedExecute is true for InsertCommand
  • The bug with missing schema name in a function return type when the function is backed up via PgSqlDump.Backup is fixed
  • The bug with creating foreign key constraints before primary key constraints in a PgSqlDump.Backup result script is fixed
  • The bug with adding timestamp(6) instead of timestamp to a PgSqlDump.Backup result script is fixed
  • The bug with connecting to a PostgreSQL server on Google Cloud Platform is fixed
LinqConnect (formerly known as LINQ to PostgreSQL)
  • The bug with running stored procedure in PostgreSQL Server 11 or higher is fixed
  • The bug with executing incorrect SQL request (cached during one of the previous calls), when a variable initialized with an empty collection participates in LINQ query, is fixed
Entity Framework support
  • Entity Framework Core 2.2.4 is supported
  • The bug with closing database connection by context.Dispose() in the scope of a distributed transaction in EF Core 2 is fixed
  • The bug with using a value converter, when the .NET data type remains the same, within the WHERE clause in EF Core 2 is fixed

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

Locked