Releases: ClickHouse/clickhouse-cpp
Releases · ClickHouse/clickhouse-cpp
v1.4.1
25 Sep 13:29
Compare
Sorry, something went wrong.
No results found
Changes since previous release:
Fix of LowCardinality bug: empty string converted to other value on INSERT (#53 )
v1.4.0
14 Sep 11:23
Compare
Sorry, something went wrong.
No results found
Changes since previous release:
Added support of DateTime64 data type (#50 )
Fixed bug in ColumnLowCardinality::Clear() (#49 )
v1.3.0
25 Aug 10:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Recent major features are:
LowCardinality column support (#33 )
Improved performance of String and FixedString columns (#29 )
Various bugfixes