Releases: ClickHouse/clickhouse-cpp
Releases · ClickHouse/clickhouse-cpp
v1.4.0
Changes since previous release:
- Added support of
DateTime64
data type (#50)
- Fixed bug in
ColumnLowCardinality::Clear()
(#49)
v1.3.0
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
Recent major features are:
LowCardinality
column support (#33)
- Improved performance of
String
and FixedString
columns (#29)
- Various bugfixes