clickhouse-cpp icon indicating copy to clipboard operation
clickhouse-cpp copied to clipboard

JSON column support on native protocol

Open mrAndersen opened this issue 7 months ago • 3 comments

Hi, any plans for full JSON support via native protocol? (uint8_serialization_version=0) ?

I've made a little fork that can only insert JSON columns into server https://github.com/ClickHouse/clickhouse-cpp/compare/master...mrAndersen:clickhouse-cpp-json-read:master maybe we can merge this, so at least driver will have the ability to insert?

mrAndersen avatar May 14 '25 13:05 mrAndersen

@mrAndersen, please send a pull request!

Currently, we allocate only a minimum amount of time for supporting the repository, so I can't say much about the schedule. But the goal is to have all the types supported, so it will be very helpful 👍

alexey-milovidov avatar May 21 '25 13:05 alexey-milovidov

@mrAndersen do you fancy raising your PR for review?

laeg avatar Jul 21 '25 08:07 laeg