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 25 Jul 2019 13:03

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 applying a value converter to a nullable column in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with using the binary operator Add for the types 'System.String' and 'System.String' within LINQ query in EF Core 2 is fixed (Oracle)
  • The bug with applying config.QueryOptions.ComparisonCollation to the update statements in EF6 is fixed (MySQL)
  • The bug with using DbFunctions.TruncateTime in EF6 is fixed (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked