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 19 Jun 2015 06:32

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The behaviour is changed: now the Code-First CreateDatabase() functionality generates the timestamp columns with precision (PostgreSQL)
  • The behaviour is changed: now Entity Data Model Wizard/Designer imports the timestamp columns with precision
  • The bug with loosing elements within the IN clause of the generated SQL for the LINQ Contains clause is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked