Skip to content

Release v0.9.5

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Dec 03:10
ae3a110

New Features

  • [client-v2] Log durations in ISO-8601 duration format (#2660)
  • [jdbc-v2] Added support for getResultSet() method in Array data types. (#1545, #2683)
  • [jdbc-v2] Added handling for Time and Time64 data types in JDBC. (#2682)

Bug Fixes

  • [client-v2] Fixed reading columns of Array with component type Variant. For example, Array(Variant(String, Int32)). (#2602)
  • [jdbc-v2] Fixed backward compatibility for getPrimaryKeys() method. (#2654)
  • [jdbc-v2] Fixed array conversion issues with multidimensional arrays and nested arrays. (#2457)
  • [jdbc-v2] Fixed backward compatibility issues with older ClickHouse versions by replacing :: cast operator with CAST function in prepared statements. Fixed issue with reading database version on older versions. (#2654, #2227)
  • [jdbc-v2] Reviewed and fixed database metadata support flags and return values. (#2520, #778, #2519)
  • [jdbc-v2] Added verification tests for issues #1999, #1015, #2155 (#2659)