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.
15068 ADO.NET driver will now support nanoseconds in the fractal part. The GetString() method will return the timestamps in the same format as set in the DB session: “yyyy-mm-dd hh:mi:ss.ffffff” is default, but up to 9 digits can be returned in the fractal part. The GetDateTime() method will return a DateTime .NET object that has 7 fractal digits.

New Features

Changelog Entry Summary
17593 Drivers: Rename from EXASolution to Exasol
15068 ADO.NET can return nanoseconds in timestamps

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