Previously there was an error path when we hit ctx.Done() that could cause the DB rows object to not get closed. This might cause leaked queries that stay alive indefinitely. Also, when we finish iterating over our set of rows, check rows.Err(). |
||
|---|---|---|
| .. | ||
| config | ||
| testdata | ||
| updater.go | ||
| updater_test.go | ||