clickhouse-go
clickhouse-go copied to clipboard
Update context.go
Check rows Error
Check rows.Err() after rows.Next(). related to this PR: https://github.com/ClickHouse/clickhouse-go/issues/804
@ehsansouri23 thanks for the PR.
I think it's nice to have that error check on that example. But looks like that exposed some problem with TestStdContext. Can you fix it?
@kavirajk Tests have been fixed