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 16 Jul 2020 13:36

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 incorrect SQL generation when using .Substring() in a .Select() statement in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with casting a non-nullable numeric to an Enum during materialization of LINQ query in EF Core is fixed (Oracle)
  • The bug with incorrect SQL generation when using .OrderBy() with comparison in EF Core is fixed (Oracle)
  • The bug with reading the BINARY(16) column mapped to the byte[] class property, when "Binary As Guid=True;" is set in the connection string, in EF Core is fixed (MySQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked