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

[JDBC] ResultSetMetadata

Open chernser opened this issue 6 months ago • 0 comments

Description

There are some issues:

  • getTableName(int column) - Doesn't cover case with joins and unions
  • isReadOnly(int column) - Always return true. Need to detect calculated columns
  • isWritable(int column) - Always return true. Need to detect calculated columns
  • isDefinitelyWritable(int column) - implement according to the spec.

chernser avatar Jun 04 '25 03:06 chernser