ADO.NET Driver Version 24.0.0 Release Notes
This list provides an overview of all changes in ADO.NET driver version 24.0.0. ADO.NET driver version 24.0.0 was released on 2024-03-11.
Changed behavior
Changelog entry | Changed behavior |
---|---|
17593 | Drivers are renamed from "EXASolution" to "Exasol". Any error messages showing "EXASolution" now show "Exasol" instead. |
17576 | In ADO.NET creating a transaction in a session with auto commit off will trigger a rollback first. |
15633 | Connecttimeout parameter is removed from all drivers. If it is used, the driver will throw an error stating that connecttimeout is invalid parameter. |
New features
Changelog entry | Summary |
---|---|
17593 | Drivers: Rename from EXASolution to Exasol |
Improvements
Changelog entry | Summary |
---|---|
15633 | Drivers: Remove deprecated parameter connecttimeout |
11549 | Drivers: Simplified Windows default install path |
Bug fixes
Changelog entry | Summary |
---|---|
17576 | ADO.NET: transactions rollback not sent |