mirror of https://github.com/golang/go.git
doc/go1.23: document database/sql wrap errors
For #64707 For #65614 Signed-off-by: aimuz <mr.imuz@gmail.com>
This commit is contained in:
parent
6f5d77454e
commit
a4d8ecacbc
|
|
@ -0,0 +1,4 @@
|
||||||
|
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).
|
||||||
Loading…
Reference in New Issue