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 Jun 2019 19:46

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.2.4 is supported
  • The bug with closing database connection by context.Dispose() in the scope of a distributed transaction in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with using a value converter, when the .NET data type remains the same, within the WHERE clause in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with inserting data into MigrationHistory__ by EF6 Code-First Migrations for an enormous model is fixed (DB2)
  • The bug with applying an escaped quotation to the idempotent script in EF Core 2 Code-First Migrations is fixed (Oracle)
  • The bug with setting default values for the DateTime and TimeSpan columns in the ALTER statements in EF Core 2 Code-First Migrations is fixed (MySQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked