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

Post by Devart » Thu 29 Nov 2018 12:10

Dear users,

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

In this version:
  • The bug with calculating a time zone in case of "(UTC-08:00) Pacific Time (US & Canada)" is fixed
LinqConnect (formerly known as LINQ to PostgreSQL)
  • The bug with throwing "Operation could destabilize the runtime." during materialization of result set, when query includes a cast to the base unmapped class, is fixed
Entity Developer
  • The new Generate GeneratedCode Attributes option (by default, False) is added to the DbContext template in EF4/EF5/EF6 and the EF Core template
  • The new Generate Dummy Comments option (by default, False) is added to the DbContext template in EF4/EF5/EF6
  • The code formatting is fixed in the DbContext template in EF4/EF5/EF6 and the EF Core template
  • The code generation of DateTime.Now for the DateTime property mapped to the column with the default value NOW() is supported in EF and EF Core
  • The code generation of DateTimeOffset.Now for the DateTimeOffset property mapped to the column with the default value NOW() is supported in EF and EF Core
  • The bug with generating fluent mapping for the TPC inheritance by VB.NET version of DbContext template in EF4/EF5/EF6 is fixed
Entity Framework support
  • The PgSqlFunctions.Unaccent method is implemented to provide accent insensitive search
  • The bug with quoting the table alias, that includes an invalid character, in the SQL query generated by EF Core is fixed
  • The bug with generating a subquery within the IN clause in EF Core 2 is fixed
  • The bug with generating a subselect within the CASE clause in EF Core 2 is fixed
  • The bug with comparing columns, that use a value converter, to parameters and constants in EF Core 2 is fixed
  • The bug with loading both Devart.Data.PostgreSql.Entity.EF4.dll and Devart.Data.PostgreSql.Entity.EF5.dll in the process of EF4 application is fixed

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

Locked