Releases: ClickHouse/clickhouse-go
Releases · ClickHouse/clickhouse-go
v1.5.0
Merge pull request #421 from saydamir/connection_check_in_begin_tx
Check connection liveness in beginTx
v1.4.9
Merge pull request #420 from f0rtung/insert-select-query
Support INSERT INTO ... SELECT query
v1.4.8
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
Merge pull request #396 from vl4deee11/feature/nullable-arrays
Support Array(Nullable(T))
v1.4.6
Merge pull request #388 from alvarotuso/master
Improve external table support
v1.4.5
Merge pull request #304 from mcgrawia/histogram-support
Support for Tuples and Histogram queries
v1.4.4
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
extend the list of supported query settings
fixed: leakypool occupy too much memory.
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
Don't close the connection after a server exception is received.