ClickHouse / clickhouse-go

Golang driver for ClickHouse
Apache License 2.0
2.88k stars 553 forks source link

Fix rows.Close do not return too early #1314

Closed yujiarista closed 4 months ago

yujiarista commented 4 months ago

Summary

The function flushes the streams and errors channel. However, because select on a closed channel returns immediately, the function can return without reading the error from the errors channel

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.