dotConnect for Oracle 10.4.190

Released: Dec 27, 2024

10.4.190 버젼 업데이트

기능

  • Added Microsoft .NET 9 compatibility.
  • Added support for Visual Studio 2022 version 17.13 Preview.
  • Added confirmation for the execution of stored procedures and functions in the DataSet Wizard.
  • Added the capability to send the CLIENT_VERSION and CLIENT_CHARSET session parameters to the server in Direct mode.

Entity Framework support

  • Added support for Entity Framework Core 9.
  • Updated support for Entity Framework Core 8 to version 8.0.11.
  • Updated support for Entity Framework Core 6 to version 6.0.36.
  • Updated support for Entity Framework 6 (EF6) to version 6.5.1.
  • Added support for the OracleSpatialFunctions class, which enables the use of Oracle Spatial functions in LINQ to Entities, starting from EF Core 3 and higher.
  • Added support for the SQL translation of TimeSpan.Milliseconds used in LINQ queries in EF Core.
  • Added support for the SQL translation of TimeSpan.Microseconds used in LINQ queries in EF Core 8 or higher.

Entity Developer

  • .NET 9 has been added to the list of available Target Framework versions in the Create Model Wizard and Model Settings for EF and EF Core models.
  • Added the "Nullable Reference Types" property to C# Data Transfer Object templates to control whether C# 8 nullable and non-nullable reference types should be generated.

수정사항

  • Fixed an issue with applying the license key on Red Hat-based Linux systems (Red Hat 9, AlmaLinux 9, Rocky Linux 9) when the system-wide cryptographic policy was set to DEFAULT.
  • Fixed an issue with the missing Name and Owner properties in the DbCommandBase class within .NET Standard 2.0 compliant assemblies.
  • Fixed an issue with the OracleSelectStatement.
  • Fixed the incorrect value of ArrayBindIndex in Direct mode.

Entity Framework support

  • Fixed SUBSTR function support for CLOB and NCLOB types in EF Core 7 and later.
  • Fixed an issue with SQL generation that occurred when checking if a CLOB column was null in EF Core.
  • Fixed an EF Core Oracle NTS error that occurred when querying geometry objects with a point.
  • Fixed an issue with EF Core SQL generation that led to ORA-00920 and ORA-00933 errors.
  • Resolved an EF Core 8 issue where incorrect SQL was generated when using Contains on a nullable integer column.

Entity Developer

  • Fixed an issue with incorrect One-to-One relation multiplicity in EF Core models.
  • Fixed a bug with the incorrect detection of two unique indexes on the same column in the Update From Database wizard for EF Core models.
  • Fixed an error with code generation for stored procedures when Pluralization=Unchanged in the Model naming rules of the LinqConnect model.