We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae05c66 commit 5473d77Copy full SHA for 5473d77
sqldb.go
@@ -39,7 +39,7 @@ func BindAll(rows *sql.Rows, err error, binder Binder) error {
39
return normalize(err)
40
}
41
42
- return nil
+ return normalize(rows.Err())
43
44
45
// ExecuteStatements receives a *sql.DB or *sql.Tx as well as one or more SQL statements (separated by ';')
0 commit comments