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 07 Jul 2016 13:18

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • Entity Framework Core 1.0 RTM is supported
  • The SqlFunctions.DatePart method is supported in LINQ to Entities for the following modifiers: year, month, day, hour, minute, second, millisecond, tzoffset (Oracle)
  • The bug with generating size of the VARCHAR2 and NVARCHAR2 columns in Oracle 12c using the Code-First/Code-First Migrations functionality is fixed (Oracle)
  • The bug with using the CreateDateTime and CreateTime canonical functions with expressions (not constants) as arguments is fixed (PostgreSQL)
  • The bug with cast of parameters in the CASE expressions is fixed (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked