Path to this page:
./
databases/clickhouse-cpp,
C++ client for ClickHouse
Branch: CURRENT,
Version: 2.6.2nb1,
Package name: clickhouse-cpp-2.6.2nb1,
Maintainer: pkgsrc-usersC++ client for ClickHouse.
Master sites:
Filesize: 1140.365 KB
Version history: (Expand)
- (2026-06-22) Updated to version: clickhouse-cpp-2.6.2nb1
- (2026-06-10) Updated to version: clickhouse-cpp-2.6.2
- (2026-06-09) Package added to pkgsrc.se, version clickhouse-cpp-2.6.1 (created)
CVS history: (Expand)
| 2026-06-22 21:38:51 by Thomas Klausner | Files touched by this commit (73) |
Log message:
*: bump for abseil May 20260526.0 shlib version bump
|
| 2026-06-10 15:20:17 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
fix clickhouse-cpp buildlink
|
2026-06-10 14:19:21 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
clickhouse-cpp: updated to 2.6.2
2.6.2
Add experimental Bazel support
Implement interactive, pull based (BeginSelect and NextBlock) API for selecting data
Bind the new ColumnBool to Bool columns instead of ColumnUInt8
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)
Add support for named tuples such as Tuple(foo Int8, bar String)
Allow access to raw data of ColumnArray
Remove support for nested exceptions
Fix deprecated-enum-enum-conversion warning in ColumnLowCardinality::SaveBody
Fix UB in ColumnStringBlock::AppendUnsafe when appending empty string_view
Update batch insert example in the documentation to match client API
|
| 2026-06-09 17:05:34 by Adam Ciarcinski | Files touched by this commit (7) |
Log message:
clickhouse-cpp: added version 2.6.1
C++ client for ClickHouse.
|