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 23 Jun 2017 15:27

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The behavior is changed: now a DBMS_LOB.COMPARE call is generated for comparing CLOB/NCLOB columns (Oracle)
  • The bug with throwing "ORA-00918: column ambiguously defined" while joining tables with duplicate column names in Oracle 12c when using EF Core is fixed (Oracle)
  • The bug with generating SQL statements for NUMBER(1) columns mapped to bool properties in EF Core is fixed (Oracle)
  • The bug with applying the License Key connection string parameter (concerns .NET Standard 1.3 compliant assemblies only) in .NET Framework projects is fixed (Oracle)
  • The bug with mapping citext data type via Scaffold-DbContext in EF Core is fixed (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked