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 14 Feb 2019 16:53

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The translation of single-char literal into SQL statement in EF Core is supported (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with using a value converter for the property used in .Contains() in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with translating String.IndexOf() into SQL statement in EF Core is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with updating a null value of the concurrency check column with some non-null value in EF Core is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with using .FirstOrDefault() against Oracle Server 10.2 is fixed (Oracle)
  • The bugs with constructing the COALESCE clause in EF Core 2 are fixed (Oracle)
  • The bug with projecting the pagination column into the outer query for Oracle 11 and below in EF Core is fixed (Oracle)
  • The bug with using value converters in the Code-First CreateDatabase() functionality via EF Core 2.2 is fixed (Oracle)
  • The bug with paging in EF Core 2.2, when connecting to Oracle 11.2 and below, is fixed (Oracle)
  • The bug with sorting by CLOB/NCLOB column in EF Core is fixed (Oracle)
  • The bug with throwing Devart.Common.LicenseException when using config.Workarounds.ProviderManifestToken in EF Core is fixed (Oracle, SQLite)
  • The bug with SQL generation, when optionsBuilder.UseLoggerFactory() is used, in EF Core is fixed (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked