You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)