For #64707.
For #65614.
Change-Id: Ib07ac67d7652bc7c9e1363f70637938c7bb4bc72
GitHub-Last-Rev:
a4d8ecacbc677111e39977bacfb8fb9b59fb4ce6
GitHub-Pull-Request: golang/go#66089
Reviewed-on: https://go-review.googlesource.com/c/go/+/568755
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
--- /dev/null
+Errors returned by [`driver.Valuer`](/database/sql/driver#Driver)
+implementations are now wrapped for improved error handling during
+operations like [`Query`](/database/sql#DB.Query), [`Exec`](/database/sql#DB.Exec),
+and [`QueryRow`](/database/sql#DB.QueryRow).