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

Post by Devart » Thu 15 May 2014 13:57

Dear users,

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

In this version:
  • PgSqlUtils class is added
  • The PgSqlScript.Cancel() method is added to stop query execution
LinqConnect (formerly known as LINQ to PostgreSQL)
  • The bug related to reading values of the string properties, that are database generated, when performing SubmitChanges() is fixed
Entity Developer
  • The bug related to performing queries via Query Editor/Retrieve Data when working with the 'Enterprise Library' validation framework is fixed
  • The bug related to the storage and mapping regeneration via the "Update Database from Model" wizard, or via the "Regenerate Storage and Mapping" option of the diagram shortcut menu, when changing one DBMS to another, is fixed (LinqConnect models)
Entity Framework support
  • The behaviour is changed: now a semicolon (;) after the very last statement is generated in the Code-First CreateDatabaseScript() functionality
  • The behaviour is changed: the constraint name is ignored if a table primary key is deleted when running Code-First Migrations, that allows successful removing of automatically named primary key in PostgreSQL 9 or higher
  • The bug with adding a primary key to the existing table when using Code-First Migrations is fixed
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked