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 02 Apr 2020 15:30

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 3.1.3 is supported
  • The .ToString() call for numbers, DateTime/DateTimeOffset properties and values in LINQ queries in EF Core is supported (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The call of Convert.ToString(value) in LINQ queries in EF Core is supported (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with using collections with more than 1000 items in a .Contains() method in EF Core 3 is fixed (Oracle)
  • The bug with the AlterColumn operation in EF Core Code-First Migrations, when data type is being changed but oldType is not specified, is fixed (Oracle)
  • The bug with generating EXCEPT instead of MINUS in SQL produced by EF Core 3.1 is fixed (Oracle)
  • The bug with comparing milliseconds of DateTime properties is fixed (SQLite)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked