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 04 Jul 2019 13:13

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 filter to the nullable property with implicit EnumToStringConverter via LINQ queries in EF Core 2 is fixed
  • The bug with missing brackets around SELECT inside the generated CASE statement in EF Core 2 is fixed
  • The bug with nullable parameters in EF Core 2 is fixed
  • The bug with reopening connections in EF Core 2 is fixed
  • The bug with incorrect exception message on opening connection, when ConnectionString is not set, by .NET Standard compliant assemblies is fixed (MySQL, Oracle, SQLite)
  • The bug with adding unnecessary CASTs to the generated SQL when working with DateTime, numeric columns and expressions in EF Core is fixed (MySQL)
  • The bug with generating SQL query for paging operations with .GroupBy() in EF Core 2, when working with Oracle 11g/10g/9i, is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked