Skip to content

Releases: ClickHouse/clickhouse-cpp

v1.4.0

14 Sep 11:23
077fe6f
Compare
Choose a tag to compare

Changes since previous release:

  • Added support of DateTime64 data type (#50)
  • Fixed bug in ColumnLowCardinality::Clear() (#49)

v1.3.0

25 Aug 10:12
2cdb0d8
Compare
Choose a tag to compare

Changes since previous release:

  • Added support for SimpleAggregateFunction (#45)
  • Fixed building with GCC-10 (#42)
  • Fixed loading of the empty nested array (#46)
  • Fixed query retrying mechanism by respecting send_retries value (#47)

v1.2.0

26 Mar 13:59
Compare
Choose a tag to compare

Recent major features are:

  • LowCardinality column support (#33)
  • Improved performance of String and FixedString columns (#29)
  • Various bugfixes