clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

[jdbc-v2] Rework com.clickhouse.jdbc.internal.MetadataResultSet

Open chernser opened this issue 7 months ago • 2 comments

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)

chernser avatar May 16 '25 13:05 chernser

See also this comment https://github.com/ClickHouse/clickhouse-java/issues/2240#issuecomment-2910253316

chernser avatar May 27 '25 17:05 chernser

Which version fixed this bug,thanks a lot.

sondertara avatar Jun 12 '25 07:06 sondertara