ClickHouse / clickhouse-go

Golang driver for ClickHouse
Apache License 2.0
2.92k stars 562 forks source link

Fix support custom serialization in Nested type #1381

Closed jkaflik closed 3 months ago

jkaflik commented 3 months ago

A state prefix is required in the LowCardinality column. Nested type didn't propagate state for underlying types.

resolves https://github.com/ClickHouse/clickhouse-go/issues/1297