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

Post by Devart » Fri 10 Aug 2018 06:51

Dear users,

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

In this version:
  • The bug with missing comments on schemas, tables and columns when performing a backup with PgSqlDump is fixed
  • The bug with missing IMMUTABLE and STRICT attributes in function declarations when performing a backup with PgSqlDump is fixed
  • The bug with missing OUT attribute in function declarations when performing a backup with PgSqlDump is fixed
  • The bug with missing quotes for column names with upper case characters when performing a backup with PgSqlDump is fixed
Entity Developer
  • The bug with detecting order of columns in composite primary key by Update Model From Database Wizard in EF Core is fixed
Entity Framework support
  • The new static method SetDefault is added to the EntitySpatialServices class in EF5/EF6
  • The performance in case of the CROSS APPLY/OUTER APPLY operations is improved: only one database query is sent to the server now instead of many SELECTs with executing part of operations locally
  • The behavior is changed: the default value of config.QueryOptions.UseCSharpNullComparisonBehavior is true now in EF Core
  • The bug with using the RenameIndex operation, when index name exceeds a max length allowed by the server and has to be transformed to a shorter name, in EF Core Code-First Migrations is fixed
  • The bug with incorrect generation of shortened PK/FK/IX/UX names in EF Core when using .NET Standard provider assemblies is fixed
  • The bug with SQL generation for comparing column with parameter in EF Core 2 is fixed

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

Locked