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 25 Oct 2018 15:05

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 2.1.4 is supported
  • The bit-wise functions OR, AND in EF Core are supported (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with throwing "Collection was modified; enumeration operation may not execute" by EF Core provider in multithreaded applications is fixed
  • The bug with applying explicit name of FK within CREATE TABLE in EF Code-First Migrations is fixed (MySQL, PostgreSQL)
  • The bug with removing an empty __EFMigrationsHistory table by EnsureDeleted() in EF Core is fixed (Oracle)
  • The bug with inserting data into XMLTYPE column via EF Core is fixed (Oracle)
  • The bug with using Scaffold-DbContext in EF Core 2 is fixed (SQLite)
  • The bug with applying the "Binary As Guid=True;" and "Tiny As Boolean=True;" connection string options by Scaffold-DbContext in EF Core is fixed (MySQL)
  • The bug with using the "Tiny As Boolean=True;" connection string parameter by EDM Wizard/EF Tools in EF1/EF4/EF5/EF6 is fixed (MySQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked