Skip to content

clickhouse-cpp 2.6.2 - #287231

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-clickhouse-cpp-2.6.2
Jun 10, 2026
Merged

clickhouse-cpp 2.6.2#287231
BrewTestBot merged 2 commits into
mainfrom
bump-clickhouse-cpp-2.6.2

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## What's Changed
  • Add experimental Bazel support by @BYVoid in #501, #510, and #511

  • Implement interactive, pull based (BeginSelect and NextBlock) API for selecting data by @slabko in #474

  • Bind the new ColumnBool to Bool columns instead of ColumnUInt8 by @IyeOnline in #492
    NOTE: If you are using CMake, ColumnBool is not enabled by default to avoid breaking existing clients. Use -DCH_MAP_BOOL_TO_UINT8=OFF to bind ColumnBool to ClickHouse Bool columns. In the future, this option will be set to OFF by default and later removed completely.

  • Fix parsing of quoted identifiers, e.g. Tuple(`a.b` Int8) by @IyeOnline in #499

  • Add support for named tuples such as Tuple(foo Int8, bar String) by @IyeOnline in #491

  • Allow access to raw data of ColumnArray by @IyeOnline in #500

  • Remove support for nested exceptions by @serprex in #503

  • Fix deprecated-enum-enum-conversion warning in ColumnLowCardinality::SaveBody by @Maoyao233 in #493

  • Fix UB in ColumnStringBlock::AppendUnsafe when appending empty string_view by @iliaal in #489

  • Update batch insert example in the documentation to match client API by @Nirf808 in #470

Full Changelog: ClickHouse/clickhouse-cpp@v2.6.1...v2.6.2

View the full release notes at https://github.com/ClickHouse/clickhouse-cpp/releases/tag/v2.6.2.


@github-actions github-actions Bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Jun 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

馃 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jun 10, 2026
@BrewTestBot
BrewTestBot enabled auto-merge June 10, 2026 09:39
@BrewTestBot
BrewTestBot added this pull request to the merge queue Jun 10, 2026
Merged via the queue into main with commit eff67ae Jun 10, 2026
22 checks passed
@BrewTestBot
BrewTestBot deleted the bump-clickhouse-cpp-2.6.2 branch June 10, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants