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 06 Sep 2012 16:33

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • ADO.NET Entity Framework 5 is supported
  • The behaviour is changed: Devart.Data.<database>.Entity.Migrations.dll is built with the 4.4 version of EntityFramework.dll now (MySQL, Oracle, PostgreSQL, SQLite)
  • The config.CodeFirstOptions.UseNonLobStrings option (default value is False) is added in order to treat string properties without an explicitly specified server data type as non-LOB (Oracle)
  • The behaviour is changed: Devart.Data.Oracle.Entity.Migrations.dll is built with the 4.4 version of EntityFramework.dll now v
  • The bug with using NULL values in Out/InOut parameters of stored procedures is fixed
  • The bug with using pipelined functions which are pushing out the RECORD objects is fixed (Oracle)
  • The bug with using command delimiters when generating the Code-First Migrations script in Package Manager Console of Visual Studio is fixed (MySQL, Oracle, PostgreSQL, SQLite)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked