merged bradfitz's patch. thanks.

This commit is contained in:
mattn
2012-02-20 16:14:49 +09:00
parent 93ab2db408
commit 8cbe65c9c3
2 changed files with 16 additions and 12 deletions

View File

@@ -247,7 +247,7 @@ func TestBooleanRoundtrip(t *testing.T) {
var id int
var value bool
if err := rows.Scan(&id, &value) ; err != nil {
if err := rows.Scan(&id, &value); err != nil {
t.Errorf("Unable to scan results:", err)
continue
}