Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ClickHouse/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 #336 from Enmk/fix_issue_335_no_connection_attempts

Fixed issue #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 #333 from Enmk/set-backward_compatibility_lowcardi…

…nality_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 #300 from Enmk/deprecate_LowCardinalitySerializati…

…onAdaptor

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 #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 #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 #53 from Enmk/fix_LowCardinality_Empty_value

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