New features in the Entity Framework support!

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Locked
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

New features in the Entity Framework support!

Post by Shalex » Mon 24 Oct 2011 08:38

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 config.Workarounds.DisableQuoting behaviour with checking DatabaseExists is fixed
  • The bug with setting GRANT REFERENCE when creating FK between tables from different schemas for config.DatabaseScript.Schema.DeleteDatabaseBehaviour.Schema is fixed (Oracle)
  • The bug with using Distinct and Take simultaneously in Linq to Entities is fixed (Oracle)
  • The bugs with character set mismatch are fixed (Oracle)
  • The bug with InsertNullBehaviour.InsertDefaultOrOmit is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked