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 Sep 2017 12:28

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 using a variable with null value in LINQ query in EF Core is fixed
  • The new config.DatabaseScript.Column.NumericIdentityBehavior configuration option is implemented to manage a generation of columns with StoreGeneratedPattern="Identity" (DB2)
  • The bug with missing schema prefix in the name of index created by EF Code-First Migrations is fixed (DB2)
  • The bug with throwing ORA-01747 by LINQ query in EF Core is fixed (Oracle)
  • The bug with reading TIMESTAMP WITH TIME ZONE values via EF Core is fixed (Oracle)
  • The bug with constructing a subquery from DUAL when translating LINQ queries in EF Core is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked