You've already forked go-clickhouse
mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-06-29 00:21:46 +02:00
chore: support Bool
This commit is contained in:
@ -39,7 +39,7 @@ var (
|
||||
)
|
||||
|
||||
var chTypes = [...]string{
|
||||
reflect.Bool: chtype.UInt8,
|
||||
reflect.Bool: chtype.Bool,
|
||||
reflect.Int: chtype.Int64,
|
||||
reflect.Int8: chtype.Int8,
|
||||
reflect.Int16: chtype.Int16,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# go-clickhouse benchmark examples
|
||||
|
||||
These examples allow to compare performance with
|
||||
[clickhouse-go](https://github.com/ClickHouse/clickhouse-go/tree/v2/benchmark/v2).
|
||||
[clickhouse-go](https://github.com/ClickHouse/clickhouse-go/tree/main/benchmark/v2).
|
||||
|
@ -6,7 +6,7 @@ replace github.com/uptrace/go-clickhouse => ../..
|
||||
|
||||
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug
|
||||
|
||||
require github.com/uptrace/go-clickhouse v0.2.9
|
||||
require github.com/uptrace/go-clickhouse v0.0.0-00010101000000-000000000000
|
||||
|
||||
require (
|
||||
github.com/codemodus/kace v0.5.1 // indirect
|
||||
|
Reference in New Issue
Block a user