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 11 Jan 2018 17:35

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • Entity Framework Core 1.1.4 is supported
  • Entity Framework Core 2.0.1 is supported
  • The bug with ignoring the maxLength, precision, scale property settings by update-database in EF Core is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with using enumerations in EF Core model is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with LIKE (.StartsWith/.Contains./EndsWith) is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with case-insensitive comparison is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with using bool properties in the Where() clause of LINQ query in EF Core 2 is fixed (Oracle, DB2)
  • The bug with the "ORA-00920: invalid relational operator" error in the WHERE clause in EF Core 2 is fixed (Oracle)
  • The bug with the "ORA-12704 (character set mismatch)" error EF Core is fixed (Oracle)
  • The bug with Oracle function-based index when using Scaffold-DbContext in EF Core is fixed (Oracle)
  • The bug with incorrect result set when using both Skip() and Take() in EF Core LINQ query is fixed (Oracle)
  • The bug with omitting semi-colons between statements generated by Script-Migration in EF Core is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked