New build of dotConnect for Oracle 9.5.454 is available!

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

New build of dotConnect for Oracle 9.5.454 is available!

Post by Devart » Thu 15 Feb 2018 14:49

Dear users,

New build of dotConnect for Oracle 9.5.454 is available for download now.

In this version:
  • The bug with the error in the OracleDataReader.GetSchemaTable method when table name in Oracle 12c Release 2 is longer than 30 characters is fixed
  • The bug with RAC connection in the Direct mode is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The bug with throwing MethodAccessException by .NET Standard provider assemblies when referencing them to a project, targeting Full .NET Framework, is fixed
Entity Developer
  • Support for ASP.NET Core MVC is added to the Data Annotations Metadata template (Entity Framework models)
  • The bug with applying the DevartEFCoreGenerator custom tool in Visual Basic .NET Core projects is fixed (Entity Framework models)
Entity Framework support
  • The new methods OracleJsonFunctions.ValueAs... are added for getting nonstring values returned by the JSON_VALUE Oracle function
  • The config.CodeFirstOptions.UseDateTimeAsDate option is supported in EF Core
  • The behavior is changed: by default System.String is mapped to NVARCHAR2(2000) in EF Code-First when config.CodeFirstOptions.UseNonLobStrings=true
  • The behavior is changed: the MoveTable operation is ignored now if either config.Workarounds.IgnoreSchemaName=true or config.Workarounds.IgnoreDboSchemaName=true and MoveTable is generated for Migration History table to move it into / from a schema dbo
  • The bug with using bool properties in the .Any() clause of LINQ query in EF Core 2 is fixed
  • The bug with generating SQL query when translating paging operations with .OrderBy().Skip().Take() in EF Core is fixed
  • The bug with explicit specifying .HasColumnType for PK property, when the entity has Owned Type, in EF Core 2 is fixed
  • The bug with using the CLOB column as a parameter of the JSON_VALUE Oracle function is fixed
  • The bug with building a query for class properties mapped to columns with more than 30 characters is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked