Page 1 of 1

New features in the Entity Framework support!

Posted: Thu 21 Jun 2012 12:12
by Devart
Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The behaviour is changed: the generation for the comparison of a column and an empty string literal in LINQ to Entities (column == "") is translated into the check if the column is equal to NULL in SQL (column IS NULL) now (Oracle)
  • The bug with filtering on the DateTime column in LINQ to Entities queries is fixed (SQLite)
Devart development team
http://www.devart.com/dotconnect/entityframework.html