JDBC Driver Version 25.2.3 Release Notes

Release date: 2025-04-11

This list provides an overview of all changes in JDBC driver version 25.2.3.

Download JDBC driver version 25.2.3 from the Exasol Download Portal.

Changed behavior

Changelog entry Changed behavior
24636 Previous Behavior The Properties values would silently overwrite conflicting values from the connection string. New Behavior An exception will be thrown when conflicting, non-empty values are detected in both the connection string and properties.

Improvements

Changelog entry Summary
24636 Undefined behavior when JDBC connection string and properties contain conflicting parameters.
24081 Removal of Perl Module Dependencies in config_odbc, EXAjload, and EXAplus Scripts for Latest OS Compatibility

Bug fixes

Changelog entry Summary
24521 Fixed Handling of Empty fingerprint Property in JDBC Connections for Improved Compatibility with Latest DBVisualizer
24032 JDBC PreparedStatement with setObject(int, null) causing SQLException
23960 EXAjload executable is not working on Windows systems.