-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connCheck undefined on v1.5.0 #422
Comments
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 func (conn *connect) connCheck() error { |
I agree with the reason for the problem that @darthShadow pointed out. Fix in #423 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: