New features in the Entity Framework support!

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New features in the Entity Framework support!

Post by Devart » Thu 20 Aug 2015 15:08

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The overloads for Contains and Matches methods are added to the OracleTextFunctions class for using full-text search with the binary columns (Oracle)
  • The bug with throwing System.NullReferenceException when applying logical OR operator to the results of several IEnumerable<T>.Contains(T t) is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with generating extra CASE statement in SQL when using string concatenation within LINQ query is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked