clickhouse-java
clickhouse-java copied to clipboard
[jdbc-v2] Rework com.clickhouse.jdbc.internal.MetadataResultSet
Description
com.clickhouse.jdbc.internal.MetadataResultSet was implemented to work only with metadata and has some limitation and inconsistencies. We need to fix it.
Here are some examples:
getObject("DATA_TYPE")causes exception (see https://github.com/ClickHouse/clickhouse-java/issues/2240#issuecomment-2882169975)
See also this comment https://github.com/ClickHouse/clickhouse-java/issues/2240#issuecomment-2910253316
Which version fixed this bug,thanks a lot.