Skip to content

v0.14.1

Choose a tag to compare

@joe-clickhouse joe-clickhouse released this 12 Mar 14:29
· 72 commits to main since this release
c40bbac

Bug fixes

  • Fixed JSON and Dynamic column read paths to properly decode shared variant data instead of returning raw binary with discriminator byte prefixes. Closes #599, #615, #674
  • Fixed empty ORM/DBAPI SELECT results so cursor.description is still populated when ClickHouse Native format returns no data blocks. This restores correct handling for empty result sets, including parameterized and limited queries. Closes #675
  • Reenabled the default Cython runtime path so compiled driverc modules are used again unless CLICKHOUSE_CONNECT_USE_C=0 is exoplicitly set. Closes #676

Full Changelog: v0.14.0...v0.14.1