Skip to content

0.3.3

Pre-release
Pre-release

Choose a tag to compare

@lohanidamodar lohanidamodar released this 06 Jul 04:56
· 23 commits to main since this release
76cd710

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