Entity Framework Core 1.1.2 is supported

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

Entity Framework Core 1.1.2 is supported

Post by Devart » Thu 25 May 2017 18:42

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest versions:
  • Entity Framework Core 1.1.2 is supported
  • The support of EF Core models with string columns, which are defined without length limit and participate in PKs, FKs, indices, is improved (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The compatibility with ASP.NET Core Identity is improved (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The possibility to use command interception for EF6 commands executed within batch updates is implemented (MySQL, Oracle, PostgreSQL, DB2)
  • The behavior is changed: System.DateTime is mapped now to TIMESTAMP(7) instead of TIMESTAMP via EF Code-First Migrations for DB2 for LUW 9.7 and higher (DB2)
  • The bug with paging in EF Core is fixed
  • The bug with paging in subselect within EXISTS generated for Oracle 12c using EF1/EF4/EF5/EF6 is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked