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

Post by Devart » Thu 23 Apr 2015 11:28

Dear users,

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

In this version:
  • The behaviour is changed: now "DROP IF EXISTS" statements will be added to backup script for PostgreSQL server 8.2 and higher when PgSqlDump.IncludeDrop is used
  • The behaviour is changed: now the "SET AUTOCOMMIT = TRUE" command is not executed any more when a connection to a PostgreSQL server 7.4 or higher is opened
  • The behaviour is changed: now the statement for deleting defaults for columns before dropping a table with these columns is removed
  • The bug with quotes or parenthesis characters in a composite type is fixed
LinqConnect (formerly known as LINQ to PostgreSQL)
  • The bug related to the odd ESCAPE character in a generated SQL query after LIKE condition is fixed
  • The bug related to re-materialization of objects of the same type when performing various SQL-queries via ExecuteQuery() method in multi-threading applications is fixed
Entity Developer
  • The support of ID generators for primary keys in the Fluent Mapping template is added (LinqConnect models)
Entity Framework support
  • The bug with generating columns in subqueries of a complex LINQ to Entities query containing limit expressions is fixed
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked