dotConnect for Oracle 11.1.33
Released: Feb 24, 2026
Actualizaciones en 11.1.33
Características
- Added support for Oracle Database 26ai.
- Added support for BINARY, INT8, FLOAT32, and FLOAT64 sparse and dense vector data types in Oracle Database 23ai and 26ai.
- Added support for the BOOLEAN data type in Oracle Database 23ai and 26ai.
- Added support for the JSON data type in Oracle Database 21c, 23ai, and 26ai.
- Added the OracleVersion property to the OracleConnection class to retrieve the full Oracle Database version as five numeric segments.
- Added the LoadLicenseKey() method to the OracleConnection class.
- Improved OracleCommand.ExecuteArray() for large data volumes by removing the 65,535-iteration limit.
Entity Framework support
- Added support for Entity Framework Core 10.
- Added support for NetTopologySuite 2.6 in Entity Framework Core.
- Added support for NetTopologySuite 2.6 for EF6 in the .NET Standard 2.0 assemblies of the NuGet packages.
- Added support for BINARY, INT8, FLOAT32, and FLOAT64 sparse and dense vector data types in EF Core.
- Updated Entity Framework Core 9 support to version 9.0.12.
- Updated Entity Framework Core 8 support to version 8.0.23.
Correcciones
- Fixed an issue where the license key could not be applied on Red Hat–based Linux distributions (RHEL 9/10, AlmaLinux 9/10, Rocky Linux 9/10) when the system-wide cryptographic policy was set to DEFAULT.
Entity Framework support
- Fixed an issue where LINQ queries with subqueries or projections could generate incorrect SQL aliases when used with Entity Framework Core 9.
- Fixed an issue with String.IsNullOrWhiteSpace() in LINQ queries in Entity Framework Core.
- Fixed an issue with batch updates and batch deletes in Entity Framework Core.
- Fixed an issue with case-insensitive queries when config.QueryOptions.CaseInsensitiveComparison = true in Entity Framework Core.
LinqConnect
- Fixed an issue where Devart.Data.Oracle.Linq.dll could be missing from the installation.