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 » Wed 01 Jun 2011 16:59

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest build:
  • Processing of Edm.StartsWith, Edm.Contains, and Edm.EndsWith is improved (MySQL, Oracle, and PostgreSQL)
  • The concurrency check processing is improved for updatable entities with specified StoreGeneratedPattern (MySQL)
  • Redundant casts for the DATE and TIMESTAMP columns are excluded from the generated query (Oracle)
  • The bug with the EndsWith method is fixed (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked