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 02 Nov 2012 13:46

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 entities using Guid constants or the .Contains operation for Guid collection is fixed (MySQL)
  • The bug with removing column in the MigrationHistory table when upgrading from EF v4.3 to EF v5.0 is fixed (SQLite)
  • The bug with inserting DateTime values in the CreatedOn column of the MigrationHistory table for EF 4.3 is fixed (SQLite)
  • The bug with the SQL generation of constant DateTime values is fixed (SQLite)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked