Skip to content

Commit

Permalink
Remove superfluous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Nov 16, 2024
1 parent 20cc6f7 commit 0a38201
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/database/sql/sql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4252,8 +4252,6 @@ type rcsRows struct {

func (r *rcsRows) ScanColumn(dest any, index int) error {
switch d := dest.(type) {
// Override int64 to set a specific value. This will prove that
// RowsColumnScanner is overriding normal database/sql Scan behavior.
case *int64:
*d = 42
return nil
Expand Down

0 comments on commit 0a38201

Please sign in to comment.