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 28 Nov 2013 11:56

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The AddForeignKey constraint operation for one-column FK is supported in Code-First Migrations for the case when a new column for FK is created (SQLite)
  • The compatibility of Entity Framework provider for EF v1, v4, v5 with medium trust level environment is improved (MySQL, Oracle, PostgreSQL, SQLite, DB2, Salesforce)
  • The behaviour is changed: a more detailed error message is shown ("OUTER APPLY is not supported by SQLite") in case when the generated SQL contains OUTER APPLY (SQLite)
  • The bug related to the NRE on the CreateDatabaseScript() method, when the Code-First model is not configured completely, is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with generating Code-First Migrations for the DateTime/DateTimeOffset properties in Entity Framework 6 is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked