Fixed Handling of Empty fingerprint Property in JDBC Connections for Improved Compatibility with Latest DBVisualizer

Details

Detail name Value
Changelog Number 24521
Type Bug
Status Resolved
Affected Versions Exasol 7.1.0
Fix Versions JDBC 25.2.3
Resolution Date 2025-04-11

Description

An issue was identified in the JDBC connection logic that impacted the latest version of DBVisualizer: 25.1.2. When an empty string was supplied for the fingerprint property, an exception was raised during connection attempts. Instead of being disregarded, the empty string was mistakenly compared against the actual fingerprint, causing unnecessary connection failures.

Workaround

Provide a valid fingerprint value when using the fingerprint property.

Fix

The issue has been resolved. The implementation now ignores the fingerprint property when passed with an empty string, preventing exceptions and ensuring seamless connectivity.