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 07 Feb 2013 11:26

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The possibility of setting the timestamp server data type for the property when using the Code-First mapping is implemented (MySQL)
  • The behaviour is changed: the name of analogue for MySQL TIMESTAMP is changed from 'Timestamp' to 'timestamp' in the list of data types used in storage part (SSDL) of the model (MySQL)
  • The behaviour is changed: the MySQL TIMESTAMP data type is stored as 'timestamp' instead of 'datetime' in SSDL when creating or updating model via Entity Data Model Wizard (MySQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked