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 21 Oct 2021 12:02

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 5.0.11 is supported (MySQL, Oracle, PostgreSQL, SQLite)
  • Entity Framework Core 3.1.20 is supported
  • The implementation of config.CodeFirstOptions.TruncateLongDefaultNames in EF6 .NET Standard compliant assemblies is improved: the generated names are constant, independent on a current domain and workstation (MySQL, Oracle, PostgreSQL, SQLite)
  • The config.CodeFirstOptions.DropConstraintsByColumns configuration option is added (default value is False) to provide the possibility of dropping the existing foreign keys and indexes basing on the column names instead of constraint names (Oracle)
  • The Code-First Migration operations RenameColumn (SQLite 3.25 and above) and DropColumn (SQLite 3.35 and above) are natively supported in EF4/EF5/EF6 and EF Core 1/EF Core 2/EF Core 3/EF Core 5 (SQLite)
  • The bug with incomplete SQL generation by update-database -script in Entity Framework 6.4.4 is fixed (Oracle)
  • The bug with using DateTime.Now, DateTime.UtcNow, DateTimeOffset.Now within LINQ query in EF Core 5 is fixed (MySQL, Oracle)
  • The bug with using DateTime.Today, DateTime.Now, DateTime.UtcNow, DateTimeOffset.Now within LINQ query in EF Core 5 is fixed (PostgreSQL, SQLite)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked