Skip to content

Conversation

@theory
Copy link
Collaborator

@theory theory commented Dec 8, 2025

Instead of converting the Int128 value from clickhouse-cpp, use the new ColumnDecimal->GetString() function to get the stringification of a decimal value fetched from ClickHouse. This greatly simplifies the code and restores the ability to use the clickhouse-cpp shared library, re-enabled in the Makefile for all OSes other than Darwin.

Draft pull request pending ClickHouse/clickhouse-cpp#451. Resolves #90.

Instead of converting the Int128 value from `clickhouse-cpp`, use the new
`ColumnDecimal->GetString()` function to get the stringification of a
decimal value fetched from ClickHouse. This greatly simplifies the code
and restores the ability to use the `clickhouse-cpp` shared library,
re-enabled in the `Makefile` for all OSes other than Darwin.
@theory theory requested review from serprex and slabko December 8, 2025 23:02
@theory theory self-assigned this Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove custom Decimal stringification

2 participants