Skip to content

Commit 4009b6d

Browse files
authored
Update insert.md (#1199)
1 parent 819f197 commit 4009b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/insert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (q *Queries) Delete(ctx context.Context, id int) error {
100100
return err
101101
}
102102

103-
const deleteAffected = `-- name: DeleteAffected :exec
103+
const deleteAffected = `-- name: DeleteAffected :execrows
104104
DELETE FROM authors WHERE id = $1
105105
`
106106

0 commit comments

Comments
 (0)