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

Post by Devart » Thu 26 Jun 2014 11:21

Dear users,

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

In this version:

LinqConnect (formerly known as LINQ to PostgreSQL)
  • The bug related to the memory leak issue when working with EntityCachingMode = StrongReference is fixed
  • The bug related to the NullReferenceException when performing queries and working with EntityCachingMode = StrongReference is fixed
  • The bug related to the "There is no tables to process" error when using the CreateDatabase() method with the DataContext object, that is based on the empty model, is fixed
  • The bug related to the error when creating XmlMappingSource via the FromReader() method is fixed
Entity Developer
  • The bug with storing custom settings in stored procedure mapping is fixed (Entity Framework models)
  • The bug with ordering properties in the .HasKey configuration mapping in case of composite primary key is fixed (Entity Framework models)
Entity Framework support
  • The behaviuor is changed: the SQL generation is changed from "CAST(ColumnName AS varchar)" to "CAST(ColumnName AS text)" when comparing values of the columns with the JSON data types
  • The bug related to the "operator does not exist: json ~~ text" error when working with the JSON data types in UNION queries is fixed
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked