dotConnect for Oracle 10.3.10

Released: Jan 17, 2024

10.3.10 での更新項目

機能

  • Added support for Microsoft .NET 8.
  • Microsoft Visual Studio 2022 version 17.9 Preview is now supported.
  • Added support for connecting to servers with enabled Security Banners in Direct mode.

Entity Framework support

  • Entity Framework Core 8.0.0 is now supported.
  • Entity Framework Core 7.0.14 is now supported.
  • Entity Framework Core 6.0.25 is now supported.

LinqConnect (formerly known as LINQ to Oracle)

  • Added support for Microsoft .NET 8.

Entity Developer

  • EF Core 8 has been added to the list of available Entity Framework versions in Create Model Wizard and Model Settings in EF Core Model.
  • .NET 8 has been added to the list of available Target Framework versions in Create Model Wizard and Model Settings in EF, EF Core, and LinqConnect models.
  • Added the new extended property 'Do Not Generate OnConfiguring Method' for the model in EF Core Model.

不具合の修正

  • Fixed the error in the string representation of the OracleSelectStatement containing a JOIN.
  • The functionality of the OracleConnection.ChangePassword() method in the Direct mode has been corrected to enable the modification of expired passwords.

Entity Framework support

  • Fixed the bug with throwing ArgumentNullException when querying parent table in TPT inheritance in EF Core.

Entity Developer

  • Fixed the bug with naming of local variables in the code generated for invoking stored procedures and functions with parameters in EF Core.
  • Fixed the bug with unnecessary generation of the GetByKey() method in a repository for entities without primary key (QueryType=True) in EF Core.
  • Fixed the bug with wrongly turned on without the ability to turn off options "Detect Many-to-Many associations" and "Detect Table-Per-Type inheritances" in Model Settings of EF Core 1, 2, 3 models.
  • Fixed the bug with the availability of the "Table-Per-Type Hierarchy (TPT)" option in the "Model Refactoring" dialog of EF Core 1, 2, 3 models.
  • Fixed the bug with the availability of the "Table-Per-Concrete-Type Hierarchy (TPC)" option in the "Model Refactoring" dialog of EF Core 1, 2, 3, 5, 6 models.
  • Fixed the hang of Visual Studio 2022 when saving the model.