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 30 Jan 2014 13:39

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 generating IndexOutOfRangeException by the ObjectContext.ExecuteStoreQuery method when the result set of the SQL query does not include any mapped column of the entity being materialized is fixed (MySQL, Oracle, PostgreSQL, SQLite, Salesforce)
  • The bug with creating indices for foreign key columns, when two tables are referenced by two or more FKs, in Code-First functionality is fixed (SQLite)
  • The bug with removing foreign keys in Code-First functionality is fixed (PostgreSQL)
  • The bug with generating SQL statement for the class with a single Identity property is fixed (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked