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 29 Oct 2020 14:18

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.9 is supported
  • The bug with incorrect SQL translation of .Contains with a collection of more than 1000 items in EF Core 3 is fixed (Oracle)
  • The bug with generating invalid SQL for EF.Functions.Like in EF Core 3 is fixed (Oracle)
  • The bug with detecting FK relationship by the Scaffold-DbContext functionality in EF Core 3 is fixed (PostgreSQL)
  • The bug with invalid attempt to load the SQLite extension library 'mod_spatialite', when .UseNetTopologySuite() is not used, in EF Core is fixed (SQLite)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked