New features in the LINQ to SQL support!

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Locked
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

New features in the LINQ to SQL support!

Post by Shalex » Wed 31 Mar 2010 16:56

Dear users,

We are glad to announce the new features that are available in the LINQ to SQL support in the latest build:
  • Added support for specific dynamic expressions
  • Fixed bug with Refresh() method
  • Fixed bug with LoadWith() method
  • Fixed the 'Unable to cast object' problem
  • Fixed bug with Where() and nullable parameter
  • Fixed bug with multiple LoadWith() calls
  • Fixed bug with calling a method in the Select clause
  • Fixed "Cannot Refresh Entity" error
  • Fixed bug with nullable boolean and null comparison
  • Fixed "Cannot access a disposed object" error
  • Fixed bug with "select new"
  • Fixed bug with insert of autoincremented values
  • Fixed bug with NotImplementedException and IGrouping.Count
  • Fixed the problem with group by and ordering
  • Fixed bug with exception on the master-detail insert
  • Fixed bug with Int32 instead of Int64
Devart development team
http://www.devart.com/dotconnect/linq.html

Locked