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 Oct 2016 14:27

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 comparing bool class property with some value in EF Core is fixed
  • The bug with throwing ORA-00918 by .Include() and .Take() in EF Core when working with Oracle 12c is fixed (Oracle)
  • The bug with generating autoincrement fields in DDL script for Int16 properties via Code-First Migrations is fixed (DB2)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked