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

Post by Devart » Thu 14 Feb 2019 16:31

Dear users,

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

In this version:
  • The bug with PgSqlLoader.LoadTable(IDataReader) for .NET Standard 1.3 and .NET Standard 2 is fixed
  • The bug with applying Convert.IsDBNull() to PgSqlParameter.Value is fixed
LinqConnect (formerly known as LINQ to PostgreSQL)
  • The bug with executing incorrect SQL request (cached during one of the previous calls), when .Contains() is invoked in the multithreaded application, is fixed
Entity Developer
  • The bug with generating fluent mapping for the one-to-one association by the DbContext template in EF4/EF5/EF6 is fixed
Entity Framework support
  • The translation of single-char literal into SQL statement in EF Core is supported
  • The bug with SQL generation, when optionsBuilder.UseLoggerFactory() is used, in EF Core is fixed
  • The bug with using a value converter for the property used in .Contains() in EF Core 2 is fixed
  • The bug with translating String.IndexOf() into SQL statement in EF Core is fixed
  • The bug with updating a null value of the concurrency check column with some non-null value in EF Core is fixed

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

Locked