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

Post by Devart » Thu 16 May 2013 12:07

Dear users,

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

In this version:
  • The bug with the PgSqlDataReader.GetDateTimeOffset method when reading data of the timestamp with time zone type is fixed
  • The bug with processing newline string characters in PgSqlLoader is fixed
LinqConnect (formerly known as LINQ to PostgreSQL)
  • The possibility to disable query cache via the DataContext's 'EntityCachingMode' property is added
  • Support for SERIAL and BIGSERIAL database types when using CreatedDatabase() method is added
  • The bug with inheriting an entity class from an unmapped type is fixed
  • The bug related to the 'Index was outside of the bounds of the array' error when using GroupBy in queries is fixed
  • The bug with the materializer cache and AssociateWith method is fixed
  • The bug with the CreatedDatabase() method for many-to-many associations is fixed
  • The bug with AddDays() method with negative parameters is fixed
  • The bug with inserting record with composite primary key is fixed
Entity Developer
  • The Save and Refresh buttons for persisting and reloading changes to / from a database is added to the Retrieve Data grid
  • POCO Entity template is improved: new template setting, "Property Change Notifiers", is added (LinqConnect models)
  • The behaviour is changed: a string default value for the property can be set without quotes in the Properties window
  • The behaviour is changed: the validation error is not generated when an abstract class is used in Table Per Type inheritance (Entity Framework models)
  • The bug with wrong detecting many-to-many associations is fixed (LinqConnect models)
  • The bug with obtaining metadata of procedure result set which returns table is fixed (Entity Framework models)
  • The bug with mapping nested complex data types in the MSL part of the model in the synchronization mode is fixed (Entity Framework models)
Entity Framework support
  • The bug with using geometric data types when EF engine generates UNION for CASEs is fixed
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked