New build of LinqConnect 4.4.484 is available!

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

New build of LinqConnect 4.4.484 is available!

Post by Devart » Thu 24 Apr 2014 13:18

Dear users,

New build of LinqConnect 4.4.484 is available for download now.

In this version:
  • The rowversion data type is supported (SQL Server)
  • The support for the comparison operators (==,! =,>,> =, <, <=) in LINQ queries for two objects of the Devart.Data.Linq.Binary type, that correspond to the rowversion/timestamp columns, is added (SQL Server)
  • The behaviour is changed: the new "OUTER APPLY is not supported by Oracle Database 11g and lower. Oracle 12c or higher is required to run this LINQ statement correctly. If you need to run this statement with Oracle Database 11g or lower, rewrite it so that it can be converted to SQL, supported by the version of Oracle you use." exception is added (Oracle)
  • The bug related to converting the System.Data.Linq.Binary data type to the Devart.Data.Linq.Binary data type when migrating the LINQ to SQL model (*.dbml) to the LinqConnect model (*.lqml) via the LinqConnect Migration Wizard is fixed (SQL Server)
  • The bug related to the objects of the Devart.Data.Linq.Binary data type when using SubmitChanges() is fixed (SQL Server)
  • The bug related to wrong order of the insert/delete operations on SubmitChanges when the autogenerated primary keys are used is fixed
  • The bug related to the incorrect script generation for column names (lower case) when working with the CreateDatabase()/DeleteDatabase() methods is fixed (PostgreSQL)
  • The bug with 'Load Test Editor' is fixed
Devart development team
http://www.devart.com/linqconnect/

Post Reply