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 22 Dec 2016 14:43

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 grouping by constant expression in EF1/EF4/EF5/EF6 when using DevExpress.XtraGrid.GridControl is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2, Salesforce)
  • The bug with creating indices by EF Core Code-First migrations is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with grouping by constant expression in EF4/EF5/EF6 when using DevExpress.XtraGrid.GridControl is fixed (all dotConnect providers for cloud applications except dotConnect for Salesforce )
  • The bug with using DropPrimaryKey in Code-First Migrations, when config.Workarounds.DisableQuoting = true, is fixed (PostgreSQL)
  • The bug with setting parameter type when generating the IN expression with subselect in EF Core is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked