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 01 Apr 2021 14:29

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 5.0.4 is supported (MySQL, Oracle, PostgreSQL, SQLite)
  • Entity Framework Core 3.1.13 is supported
  • The bug with throwing ORA-00920, when using conditional operator within LINQ query, in EF Core 3 and EF Core 5 is fixed (Oracle)
  • The bug with inserts and updates, when property mapping includes DatabaseGeneratedOption, in EF Core 5 is fixed (Oracle)
  • The bug with throwing the "Unexpected symbol 'FETCH'" error when using paging in EF Core 3 is fixed (dotConnect for Cloud Applications)

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

Locked