Skip to content

Conversation

@theory
Copy link
Collaborator

@theory theory commented Nov 19, 2025

Map it to the JSON data type and test table importing, insertion, and selection. Add a test for both the binary and HTTP engines, and tweak the ClickHouse configuration to enable the JSON type in 24 and earlier, although it does not work prior to 24.8.

The Binary engine will successfully import a table with a JSON column but not be able to insert or select that column until JSON support is added to clickhouse-cpp (issue ClickHouse/clickhouse-cpp#422; PR ClickHouse/clickhouse-cpp#450).

Map it to the `JSON` data type and test table importing, insertion, and
selection. Add a test for both the binary and HTTP engines, and tweak
the ClickHouse configuration to enable the JSON type in 24 and earlier,
although it does not work prior to 24.8.

The Binary engine will successfully import a table with a `JSON` column
but not be able to insert or select that column until `JSON` support is
added to `clickhouse-cpp` (issue ClickHouse/clickhouse-cpp#422; PR
ClickHouse/clickhouse-cpp#450).
@theory theory merged commit 372652f into main Nov 20, 2025
59 of 70 checks passed
@theory theory deleted the json branch November 20, 2025 19:32
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.

3 participants