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 31 Jul 2014 14:16

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The support of boolean properties, when the corresponding column is NUMBER(1, 0), is improved (Oracle)
  • The bug with applying custom HistoryContext settings is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with generating DDL for creating TPH tables, when the value of discriminator is not set, in the Code-First/Code-First Migrations functionality is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with using spatial parameters is fixed (Oracle)
  • The bug with applying DatabaseGeneratedOption.Identity for non-EntityKey integer properties in the Code-First/Code-First Migrations functionality is fixed (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked