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 26 Nov 2015 12:57

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The bug with applying config.QueryOptions.CaseInsensitiveComparison for non SELECT queries is fixed (Oracle, DB2)
  • The bug with some OracleFunctions within LINQ queries is fixed (Oracle)
  • The bug with some DB2Functions within LINQ queries is fixed (DB2)
  • The bug with some PgSqlFunctions within LINQ queries is fixed (PostgreSQL)
  • The bug with some MySqlFunctions within LINQ queries is fixed (MySQL)
  • The bug with the DateTimeOffset columns used within generated UNION ALL statements is fixed (MySQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked