0.3.3
Pre-release
Pre-release
What's Changed
- fix(schema): emit LowCardinality(Nullable(T)) with LowCardinality outermost; the previous Nullable(LowCardinality(T)) nesting is rejected by ClickHouse (#14)
- fix(schema): quote column names atomically so identifiers containing a literal dot (e.g. ClickHouse nested columns like
meta.key) are not split into qualified references (#13) - feat(clickhouse): bulk-insert builder with format envelope support (#13)
Full Changelog: 0.3.2...0.3.3