Skip to content

Commit c273418

Browse files
aimuzgopherbot
authored andcommitted
doc/go1.23: document database/sql wrap errors
For #64707. For #65614. Change-Id: Ib07ac67d7652bc7c9e1363f70637938c7bb4bc72 GitHub-Last-Rev: a4d8eca GitHub-Pull-Request: #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>
1 parent 8d6d367 commit c273418

File tree

1 file changed

+4
-0
lines changed
  • doc/next/6-stdlib/99-minor/database/sql

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Errors returned by [`driver.Valuer`](/database/sql/driver#Driver)
2+
implementations are now wrapped for improved error handling during
3+
operations like [`Query`](/database/sql#DB.Query), [`Exec`](/database/sql#DB.Exec),
4+
and [`QueryRow`](/database/sql#DB.QueryRow).

0 commit comments

Comments
 (0)