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 » Fri 04 Aug 2017 14:13

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The possibility to set DEFAULT for table column via the DefaultValue annotation in EF6 Code-First Migrations fluent mapping is implemented (Oracle, SQLite)
  • The possibility to create database objects, which names length is up to 128 symbols, in Oracle 12c Release 2 is supported (Oracle)
  • The bug with comparison and binary operations in EF Core is fixed
  • The bug with using Contains() in multiple LINQ queries in EF Core is fixed (Oracle, MySQL, PostgreSQL, SQLite, DB2)
  • The bug with casting BIT(1) values to BLOB in SQL generated by EF6 is fixed (MySQL)
  • The bug with inserting data into MigrationHistory__ by EF6 Code-First Migrations for large model is fixed (DB2)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked