mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
database/sql: document that drivers may not return right after cancel
Fixes #18168 Change-Id: Idbfe3d4daedd93c7caf6f1770ecd988e9af39949 Reviewed-on: https://go-review.googlesource.com/34144 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
9ad47c4f67
commit
e12ce1e400
1 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,10 @@
|
|||
// The sql package must be used in conjunction with a database driver.
|
||||
// See https://golang.org/s/sqldrivers for a list of drivers.
|
||||
//
|
||||
// For more usage examples, see the wiki page at
|
||||
// Drivers that do not support context cancelation will not return until
|
||||
// after the query is completed.
|
||||
//
|
||||
// For usage examples, see the wiki page at
|
||||
// https://golang.org/s/sqlwiki.
|
||||
package sql
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue