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 22 Dec 2011 16:22

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The possibility of using Oracle optimizer hints in LINQ to Entities queries is implemented
  • The behaviour is changed: the BINARY_FLOAT and BINARY_DOUBLE data types are mapped to Single and Double correspondingly in Entity Data Model Wizard (Oracle)
  • The bug with generating CROSS JOIN statement when using LINQ to Entities is fixed (Oracle, MySQL, PostgreSQL, SQLite)
  • The bug with config.DmlOptions.InsertNullBehaviour for non-EntityKey columns with initialized DefaultValue and StoreGeneratedPattern is fixed (Oracle, MySQL, PostgreSQL, SQLite)
  • The bug with explicit usage of REF CURSOR parameters in stored procedures is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked