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 17 Dec 2015 15:21

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The runtime support for calling Table-Valued Functions (IQueryable methods which return collection of records) is added (PostgreSQL)
  • The config.QueryOptions.CaseInsensitiveComparison option is implemented to manage the compare behaviour when using Linq to Entities comparison expression such as "a == b" (by default, false) (PostgreSQL)
  • The bug with throwing OverflowException, when removing a large number of records via BatchUpdates with BatchSize > 2000, is fixed (Oracle)
  • The bug with availability of the config.SpatialOptions.AlwaysUseGeometryDefaultSrid option in \Entity\EF5\Devart.Data.Oracle.Entity.dll and \Entity\EF6\Devart.Data.Oracle.Entity.dll is fixed (Oracle)
  • The bug related to the exception being thrown when using some OracleFunctions (i.e. ToChar, ToNchar, ToClob, ToNclob, RawToHex, ToDate, ToTimestamp, ToTimestampTz) is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked