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 » Fri 27 Apr 2018 09:54

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 retrieving the DateTimeOffset and TimeSpan data in EF Core is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with the AlterColumn operation for the column named SCOPE is fixed in EF6 / EF Core Code-First Migrations (Oracle)
  • The bug with generated LIKE operator within CASE statement in EF Core 2 is fixed (Oracle)
  • The bug with generating the CASE clause, that returns a Boolean value, in EF Core is fixed (Oracle)
  • The bug with sorting by CLOB/NCLOB columns in EF Core is fixed (Oracle)
  • The bug with using BIT(1) column in the CASE clause in EF1/EF4/EF5/EF6 is fixed (MySQL)

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

Locked