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 » Fri 13 Sep 2019 17:46

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 applying a value converter to a nullable column in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • Entity Framework 6 Preview 9 is supported (MySQL, Oracle, PostgreSQL, SQLite)
  • The package Devart.Data.Oracle.EF6 with .NET Standard 2.1 (.NET Core 3.0) support is uploaded to nuget.org (Oracle)
  • The package Devart.Data.MySql.EF6 with .NET Standard 2.1 (.NET Core 3.0) support is uploaded to nuget.org (MySQL)
  • The package Devart.Data.PostgreSql.EF6 with .NET Standard 2.1 (.NET Core 3.0) support is uploaded to nuget.org (PostgreSQL)
  • The package Devart.Data.SQLite.EF6 with .NET Standard 2.1 (.NET Core 3.0) support is uploaded to nuget.org (SQLite)
  • The bug with using the same database connection in several EF Core contexts is fixed
  • The bug with casting the DateTimeOffset value passed to a function as an argument in EF6 is fixed (PostgreSQL)
  • The bug with converting binary(16) to System.Guid in EF6 is fixed (MySQL)
  • The bug with translating .All clause within .Where condition in EF Core 2 is fixed (Oracle)
  • The bug with applying a value converter to .Where expression with .Contains on nullable enum in EF Core 2 is fixed
  • The bug with missing CAST for RAW(16) parameters in the WHERE clause of UPDATE statements in EF6 is fixed (Oracle)
Please also read our blog article.

Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked