mirror of
https://github.com/golang/go.git
synced 2025-05-18 22:04:38 +00:00
Change-Id: Ib7666b3df1d7190772748129c349d4dc7046ca5b Reviewed-on: https://go-review.googlesource.com/c/go/+/571795 TryBot-Bypass: Russ Cox <rsc@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
278 B
278 B
Errors returned by driver.Valuer
implementations are now wrapped for improved error handling during
operations like Query
, Exec
,
and QueryRow
.