Skip to content

Releases: ClickHouse/clickhouse-go

v1.5.0

08 Oct 12:08
2987a5c
Compare
Choose a tag to compare
Merge pull request #421 from saydamir/connection_check_in_begin_tx

Check connection liveness in beginTx

v1.4.9

06 Oct 08:06
a472d1b
Compare
Choose a tag to compare
Merge pull request #420 from f0rtung/insert-select-query

Support INSERT INTO ... SELECT query

v1.4.8

17 Sep 08:17
c47e24b
Compare
Choose a tag to compare
Merge pull request #416 from ewanwalk/fix(SimpleAggregateFunctions)

Fix not supporting SimpleAggregateFunction types not working on types with more than one arguement

v1.4.7

30 Aug 14:04
1ae00d3
Compare
Choose a tag to compare
Merge pull request #396 from vl4deee11/feature/nullable-arrays

Support Array(Nullable(T))

v1.4.6

30 Aug 13:57
afbea5b
Compare
Choose a tag to compare
Merge pull request #388 from alvarotuso/master

Improve external table support

v1.4.5

02 May 23:37
4ef1e08
Compare
Choose a tag to compare
Merge pull request #304 from mcgrawia/histogram-support

Support for Tuples and Histogram queries

v1.4.4

01 May 06:24
60e5bcc
Compare
Choose a tag to compare
Merge pull request #256 from sretlawd/native_format_support

Omit block.info when serverInfo.Revision isn't set, mirroring behavior

v1.4.3: Merge pull request #284 from kua/new-settings

12 Aug 20:56
4bcd515
Compare
Choose a tag to compare
extend the list of supported query settings

fixed: leakypool occupy too much memory.

11 Aug 11:40
3d9f7c1
Compare
Choose a tag to compare
v1.4.2

Merge pull request #295 from zifter/bugfix/fix-too-much-memory-alloca…

v1.4.1: Merge pull request #288 from jtroy/exception-stay-open

26 Jun 21:31
9b36850
Compare
Choose a tag to compare
Don't close the connection after a server exception is received.