Skip to content

Commit a4d8eca

Browse files
committed
doc/go1.23: document database/sql wrap errors
For #64707 For #65614 Signed-off-by: aimuz <[email protected]>
1 parent 6f5d774 commit a4d8eca

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)