dotConnect for Oracle 9.6 is released!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

dotConnect for Oracle 9.6 is released!

Post by Devart » Fri 22 Jun 2018 12:10

Dear users,

Devart is glad to announce the release of dotConnect for Oracle 9.6, Devart ADO.NET data provider for Oracle with support for Entity Framework, LinqConnect (LINQ to Oracle) and NHibernate. The new version offers you support for Entity Framework Core 2.1.1

You can use such new Entity Framework Core features as lazy loading, query types, parameterized constructors, System.Transactions support, value conversions, etc.

Entity Developer allows you to design models for Entity Framework Core 2.1.1 and supports all the new features. You may define classes as query types, add parameters for class properties to a parameterized constructor, configure lazy loading for entire model or for separate navigation properties visually.


Here is the complete list of dotConnect for Oracle 9.6.540 features:
  • The bug with using the OracleDbType.TimeStampTZ parameter when working with Oracle 12.1 in the Direct mode is fixed
  • The bug with the "Index was outside the bounds of the array" error when an attempt to establish a connection in the Direct mode failed is fixed
  • The bug with creating a package via Package Wizard when a procedure from this package has a parameter of ANYTYPE type is fixed
Entity Developer
  • Entity Framework Core 2.1 is supported
    • Query type support is added: classes now have the Query Type property, and if it is set to true, this class is generated as a query type
    • Lazy loading for Entity Framework Core 2.1 is supported:
      • Model now has the Use Lazy-Loading Proxies property, which enables lazy loading on the model level
      • Navigation properties now have the Lazy property, which enables lazy loading for a specific navigation property
    • Properties now have the Constructor Parameter property, for configuring a parameterized constructor of the class
  • The "Include Environment Variables" property, determining whether context configuration will be extended with environment variables when a connection string from the appsettings.json file is used, is added to the EF Core template
  • The "Json File Base Path" property, specifying the base path for file-based providers when a connection string from the appsettings.json file is used, is added to the EF Core template
Entity Framework support
  • Entity Framework Core 2.1.1 is supported
  • The bug with the "ORA-00923: FROM keyword not found where expected" error in EF Core 2 is fixed
  • The bug with applying the updated provider behavior after changing connection string options in EF Core 2 is fixed
  • The bug with generating incorrect SQL when using IndexOf expression in EF Core is fixed

Devart development team
http://www.devart.com/dotconnect/oracle/

Locked