Changelog for ClickHouse Driver

See the upstream changelog in ClickHouse/adbc_clickhouse for full details.

v0.1.1 (2026-09-03)

See v0.1.1 upstream.

New features:

  • Add clickhouse.setting.<setting_name> options to sets arbitrary ClickHouse settings

  • Treat query parameters (besides protocol, database) in the connection URI as ClickHouse settings

  • Add the ability to retrieve clickhouse.client.session_id from a connection

  • Add the ability to configure the default database of a connection

Fixed:

  • Send SQL queries to the server verbatim, instead of treating ? as a bind parameter

v0.1.0 (2026-07-06)

See v0.1.0 upstream.

  • Initial release.