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 02 Jul 2015 14:19

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The SQL generation for LINQ queries with comparison based on the RAW(16) column is improved: explicit cast to RAW(16) is used now to make Oracle Server employ an existing index created for the RAW(16) column in Oracle execution plan (Oracle)
  • The behaviour is changed: now Entity Data Model Wizard/Designer takes into account precision of the timestamp columns in Model First approach (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked