dotConnect for Oracle 10.1.151

Released: Jun 1, 2023

10.1.151 버젼 업데이트

기능

  • Added support for Microsoft Visual Studio 2022 version 17.7 Preview.
  • Added IOracleCommandAdapter interface to access OracleCommand in IDbCommandInterceptor in Entity Framework 6.
  • Added config.QueryOptions.InitialLobFetchSize option for Entity Framework 4/5/6 and Entity Framework Core.

Entity Framework support

  • Entity Framework Core 7.0.5 is now supported.
  • Entity Framework Core 6.0.16 is now supported.

Entity Developer

  • The behavior has been changed: The primitive properties by default now have Inheritance Modifier = None.

수정사항

  • Fixed bug with InitialLobFetchSize in OracleCommand when calling Clone() method.

Entity Framework support

  • Fixed the bug with incorrect SQL translation of reused LINQ query, which includes array.Contains() and other expressions, in EF Core 5/6/7.
  • Fixed the bug with generating parameter prefixed by a double colon in EF Core 7.
  • Fixed the bug with assigning null to the NetTopologySuite property in EF Core.
  • Fixed the bug with using the .ExecuteDelete() functionality in EF Core 7.

Entity Developer

  • Fixed the bug with the detection of non-existent changes while updating a model from a database.
  • Fixed the bug with creating Devart Entity Model in Visual Studio 2022.
  • Fixed the bug with missing model context namespace in EntityFrameworkUnitOfWork.cs produced by the Repository And Unit of Work template (C#) in EF Core.
  • Fixed the bug with generating incorrect scale in mapping for decimal columns by the EF Core template (Visual Basic) in EF Core 5 and higher.
  • Fixed the bug with code generation for TPT inheritance in the EF Core template.
  • Fixed the bug with retrieving metadata of functions, procedures, packages in Oracle Server 8i/9i/10g by Create Model Wizard.