Skip to content
GitLab
Explore
Sign in
Register
authz/store: check rows.Err()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Administrator
requested to merge
jc/check-rows-err
into
master
Dec 19, 2019
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Created by: unknwon
Check
rows.Err()
after iterating with
rows.Next()
.
Refs:
https://golang.org/src/database/sql/example_test.go#L21
https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/sourcegraph/sourcegraph%24+defer+rows.Close%28%29&patternType=literal#1
Merge request reports
Loading