Skip to content

Tags: AstroMarius/clickhouse-cpp

Tags

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ClickHouse#336 from Enmk/fix_issue_335_no_connecti…

…on_attempts

Fixed issue ClickHouse#335 by making at least one connection attempt

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ClickHouse#333 from Enmk/set-backward_compatibilit…

…y_lowcardinality_as_wrapped_column-deafult_value_to_false

Set backward_compatibility_lowcardinality_as_wrapped_column default value to false

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ClickHouse#300 from Enmk/deprecate_LowCardinalityS…

…erializationAdaptor

Minor: Deprecated LowCardinalitySerializationAdaptor

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ClickHouse#249 from 1261385937/performance_improve

ColumnString improve performance(26%) by avoiding vector reallocate

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update LICENSE

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated reported client version to be "2.1"

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ClickHouse#112 from ClickHouse/remove-o2

Remove unnecessary -O2 flag

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated link to official ClickHouse website

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ClickHouse#53 from Enmk/fix_LowCardinality_Empty_v…

…alue

Fix of LowCardinality bug: empty string converted to other value on INSERT