Page 1 of 1

New features in the Entity Framework support!

Posted: Fri 09 Dec 2011 13:24
by Devart
Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The behavior of the Database.Delete code-first method is changed: the constraints are now disabled when database objects are deleted
  • The config.QueryOptions.NoEscapeLike and CaseInsensitiveLike options are implemented to manage LIKE behaviour when using Linq to Entities extention methods .Contains() .EndsWith() .StartsWith()
  • The PL/SQL BOOLEAN parameters of stored procedures are supported in Entity Data Model Wizard (Oracle)
  • The bug with SQL generation for the EntityFunctions.DiffDays method is fixed (Oracle)
  • The bug with generating SQL for EdmFunction is fixed (Oracle, PostgreSQL, MySQL)
    The bug with adding unnecessary CASTs to SQL when working with DateTime and numeric columns and expressions is fixed (MySQL)
  • The bug with generating AUTOINCREMENT in DDL for key columns when using Identity in Code First is fixed (SQLite)
  • The bug with generating ON DELETE CASCADE in SQL when using Code First is fixed (SQLite)
Devart development team
http://www.devart.com/dotconnect/entityframework.html