JDBC Metadata read for database properties provides default driver value for some parameters
Details
| Detail name | Value |
|---|---|
| Changelog Number | 29876 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 7.1.0 |
| Fix Versions | JDBC 26.2.8 |
| Resolution Date | 2026-06-30 |
Description
When using JDBC methods to retrieve metadata for database properties, some parameters were incorrectly providing default driver values instead of the actual values from the database. This leads to inaccurate property retrieval and potential issues in handling database configurations.
Workaround
To retrieve the correct values for the database properties, use an SQL query to explicitly fetch the required information from the EXA_METADATA table.
Fix
This issue has been addressed and resolved in the latest update. The JDBC metadata methods now correctly retrieve the actual database property values.