Skip to content

Releases: artpaul/clickhouse-cpp

clickhouse-cpp v1.2.2

28 Sep 17:30

Choose a tag to compare

  • check that brackets are properly balanced in a type definition
  • fix GetName for empty enums

clickhouse-cpp v1.2.1

24 Sep 18:22

Choose a tag to compare

  • compare with signed value (#118)
  • use absl for int128 (#119)

clickhouse-cpp v1.2.0

17 Jun 07:11

Choose a tag to compare

  • added Nulls getter to manipulate internal nulls on ColumnNullable (#107)
  • fix loading of empty nested array (#110)
  • try to reconnect send_retries times before throw in RetryGuard (#112)

clickhouse-cpp v1.1.0

26 Mar 23:47

Choose a tag to compare

  • handle data packets with totals and extremes
  • remove BUCK

clickhouse-cpp v1.0.0

21 Mar 18:30

Choose a tag to compare

#102 fix typo in NetworkInitializer