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 » Fri 30 Sep 2011 08:03

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 executing Function Imports with enabled BatchUpdates is fixed (Oracle, MySQL, PostgreSQL)
  • The bug with Entity Data Model Wizard when creating a model is fixed (Oracle, MySQL, PostgreSQL)
  • The 'Binary As Guid' connection string parameter is supported in Entity Framework runtime and Entity Data Model Wizard (MySQL)
  • The bug with canonical function CreateDateTime is fixed (MySQL)
  • The code generation is improved to distinguish DATE from TIMESTAMP when using database independent fluent mapping (Oracle)
  • The bug when OracleEntityProviderWorkaroundConfig.IgnoreSchemaName does not affect stored procedures is fixed
  • The bug when MySqlEntityProviderWorkaroundConfig.IgnoreSchemaName does not affect stored procedures is fixed
  • The bug when PgSqlEntityProviderWorkaroundConfig.IgnoreSchemaName does not affect stored procedures is fixed
  • The bug when SQLiteEntityProviderWorkaroundConfig.IgnoreSchemaName does not affect stored procedures is fixed
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked