dotConnect for Oracle 10.4.235

Released: Apr 24, 2025

Aggiornamenti in 10.4.235

Funzionalità

  • Added support for Microsoft Visual Studio 2022 version 17.14 Preview.

Entity Framework support

  • Updated support for Entity Framework Core 9 to version 9.0.2.
  • Updated support for Entity Framework Core 8 to version 8.0.13.

Correzioni

  • Fixed an issue causing slow connections to dbMonitor on systems using the IPv6 protocol.
  • Resolved a memory leak issue occurring when repeatedly establishing connections in the OCI mode.
  • Fixed an issue that caused an AccessViolationException when reading CLOB/NCLOB data in the OCI mode.
  • Fixed an issue where OracleDependency.Dispose() caused an AccessViolationException in the OCI mode.
  • Fixed an issue causing the "Cannot describe stored procedure arguments" error when describing or executing stored procedures from PL/SQL packages in Oracle 18c, 19c, 21c, and 23ai.
  • Fixed an issue causing the "Offset must be within plus or minus 14 hours" error when reading TIMESTAMP WITH TIMEZONE values using OracleDataReader.GetDateTimeOffset().
  • Fixed an issue with the Oracle Object Wizard in Visual Studio when connecting in Direct mode without the Oracle client installed.
  • Fixed an issue with silent truncation of large PL/SQL table values assigned to OracleParameter.
  • Fixed an issue with Convert.IsDBNull() that occurred when OracleCursor contained a NULL value.
  • Fixed an issue with OracleDataReader.LongRecordsAffected when the number of affected rows exceeded Int32.MaxValue.
  • Fixed an issue with Sync Framework that occurred when dropping database objects during deprovisioning.

Entity Framework support

  • Fixed an issue with using .Contains() on a collection in EF Core 9.
  • Fixed an issue causing the "Niladic function 'Edm.AsExtendedText' cannot have parameters" error when using NetTopologySuite in EF Core.
  • Fixed an issue causing the "Index was out of range" error when using .Include() in LINQ queries with EF Core 9.
  • Fixed an issue causing a NullReferenceException when processing subqueries in EF Core 9.
  • Fixed an issue with batch updates in EF Core 7 and later versions.
  • Fixed an issue with paging in EF Core 9 that occurred when connecting to Oracle 11.2 or earlier.
  • Fixed an issue causing the "ORA-00932: inconsistent datatypes: expected - got NCLOB" error in EF Core 8 and higher.
  • Fixed an issue causing the "ORA-00918: column ambiguously defined" error when using .ExecuteDelete() with complex queries in EF Core.

Entity Developer

  • Fixed an issue with NuGet package installation on the final step of the Create Model Wizard when Entity Developer was run inside Visual Studio.
  • Fixed an issue with code generation for nullable collections that occurred when the Collection Initialization Type was set to "None" in template options for EF Core models.
  • Fixed an issue with creating new composite unique keys in EF Core models.
  • Fixed an issue in Generate Database Script wizard that caused duplicated index names and incorrect ordering of primary key columns for derived classes using Table-Per-Type (TPT) inheritance in EF Core models.
  • Fixed an issue that caused the "The request was aborted: a protected SSL/TLS channel could not be created" error during application startup.