]> Cypherpunks repositories - gostls13.git/commit
database/sql: document that drivers may not return right after cancel
authorDaniel Theophanes <kardianos@gmail.com>
Thu, 8 Dec 2016 21:07:35 +0000 (13:07 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 9 Dec 2016 03:15:22 +0000 (03:15 +0000)
commite12ce1e4005fcefd7a3537c433e6a60044160086
tree5bd3e8d607daa5e168447d3714a1f363316722a2
parent9ad47c4f67d592c768435f0c04a6d61ebee8c06f
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>
src/database/sql/sql.go