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 19 Jul 2018 11:56

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:

  • The SQLiteFunctions.Printf method in EF4/EF5/EF6 is implemented (SQLite)
  • The bug with paging in EF Core 2.1 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with using the aggregate functions in EF Core 2.1 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with processing arguments of functions mapped via .HasDbFunction in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with applying a filter with implicit EnumToStringConverter via LINQ queries in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with using the String.CompareTo method via LINQ queries in EF Core is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with applying aliases in the generated SQL, when config.Workarounds.DisableQuoting is set to true, in EF Core is fixed (Oracle)
  • The bug with translating calls to properties and methods in LINQ query to SQL statement in EF Core 2.1 is fixed (MySQL)

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

Locked