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)
http://www.devart.com/dotconnect/entityframework.html