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 10 Jan 2019 13:22

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 2.2.1 is supported
  • The new extension method Database.IsOracle() in EF Core 2 is implemented (Oracle)
  • The new extension method Database.IsMySql() in EF Core 2 is implemented (MySQL)
  • The new extension method Database.IsPostgreSql() in EF Core 2 is implemented (PostgreSQL)
  • The new extension method Database.IsSQLite() in EF Core 2 is implemented (SQLite)
  • The new extension method Database.IsDB2() in EF Core 2 is implemented (DB2)
  • The .HasComputedColumnSql functionality in EF Core Code-First Migrations is supported (Oracle, DB2)
  • The config.QueryOptions.NullStringCollation option is implemented to use the COLLATE operator with a required collation when comparing null strings in "equal" and "not equal" cases (MySQL)
  • The performance of Entity Data Model Wizard is improved (Oracle)
  • The bug with applying config.Workarounds.IgnoreSchemaName=true to the .ToTable() functionality in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bugs with using the GuidToStringConverter, EnumToStringConverter, ValueConverter classes in EF Core 2 are fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with constructing the LIKE clause in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with generating a subselect within the SELECT list in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with applying an aggregate function to the result of a subselect in EF Core 2 is fixed (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with throwing "ORA-00907: missing right parenthesis" in EF Core 2 is fixed (Oracle)
  • The bug with accessing FKs, when the SELECT permission is granted through roles, by Entity Data Model Wizard is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked