You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...\github.com!click!house\[email protected]\clickhouse.go:133:20: ch.conn.connCheck undefined (type *connect has no field or method connCheck) ch.conn.connCheck undefined (type *connect has no field or method connCheck)
in file clickhouse.go on line 133:
if ch.checkConnLiveness {
if err := ch.conn.connCheck(); err != nil {
ch.logf("[begin] closing bad idle connection: %w", err)
ch.Close()
return ch, driver.ErrBadConn
}
}
the warning info image :
and , I see if i open the connect_check.go , the goland warn that "connect_check.go is ignored by the build tool because of the OS mismatch."
The text was updated successfully, but these errors were encountered:
...\github.com!click!house\[email protected]\clickhouse.go:133:20: ch.conn.connCheck undefined (type *connect has no field or method connCheck) ch.conn.connCheck undefined (type *connect has no field or method connCheck)
in file clickhouse.go on line 133:
the warning info image :
and , I see if i open the connect_check.go , the goland warn that "connect_check.go is ignored by the build tool because of the OS mismatch."
The text was updated successfully, but these errors were encountered: