New build of LinqConnect 4.4.428 is available!

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of LinqConnect 4.4.428 is available!

Post by Devart » Thu 30 Jan 2014 13:35

Dear users,

New build of LinqConnect 4.4.428 is available for download now.

In this version:
  • The bug with handling complex types of the entity properties in the ServerDataTypeConvention class when working with fluent mapping is fixed
  • The bug related to the "Object reference not set to an instance of an object" exception on CreateDatabase() method when working with associations and fluent mapping is fixed
  • The bug with performing updates and deletes, when concurrency check is used for not-primary key columns, and the commands are combined to run in batches, is fixed
  • The bug related to re-materialization of objects of the same type when performing various SQL-queries via ExecuteQuery() method is fixed
  • The bug related to the "SQLite error\r\nnear \".\": syntax error" when foreign keys are created via CreateDatabase() method and if schema name is preserved in the storage part of the model is fixed (SQLite)
Entity Developer
  • The bug with generating NEWID() by "Generate Database Script"/"Update Database From Model wizards" for non-nullable Guid Identity property when 'Server Version=Azure' is fixed (SQL Server)
  • The bug with retrieving metadata when connecting to PostgreSQL server 8.0 is fixed (PostgreSQL)
  • The bug with creating association basing on composite foreign key, when the column order in the corresponding primary key is different, is fixed (PostgreSQL)
Devart development team
http://www.devart.com/linqconnect/

Locked