I receive this error when compile with v1.5.0 clickhouse.go:133:20: ch.conn.connCheck undefined (type *connect has no field or method connCheck)
Activity
kshvakov commentedon Oct 8, 2021
@saydamir
darthShadow commentedon Oct 9, 2021
This probably needs to be changed (assuming it's being built on one of the unsupported OS):
clickhouse-go/connect_check_dummy.go
Line 7 in 2987a5c
to
saydamir commentedon Oct 9, 2021
I agree with the reason for the problem that @darthShadow pointed out.
Unfortunately, I have not tested the build on unsupported platforms in #421 .
Fix in #423 .