Skip to content

0.34.61

Compare
Choose a tag to compare
@ovr ovr released this 11 Mar 15:56
· 195 commits to master since this release
493df82

0.34.61 (2024-03-11)

Bug Fixes

  • cubesql: Error out when temporary table already exists (1a0a324)
  • cubesql: Fix push down CASE with expr (f1d1242)
  • cubesql: Fix push down column remapping (c7736cc)
  • cubesql: Partition pruning doesn't work when view uses proxy member (#7866) (c02a07f), closes #6623
  • cubesql: Trim ".0" postfix when converting Float to Utf8` (3131f94)
  • Wrong sql generation when multiple primary keys used (#6689) Thanks @alexanderlz ! (2540a22)

Features

  • clickhouse-driver: Support export bucket for S3 (write only) (#7849) (db7e2c1)
  • clickhouse-driver: Support S3 export for readOnly mode (7889aad)
  • cubesql: Support FETCH ... n ROWS ONLY (53b0c14)
  • query-orchestrator: Support unload (export bucket) for readOnly drivers (76ce7ed)

Reverts

  • Revert "fix(cubesql): Fix push down column remapping" (#7895) (dec8901), closes #7895