]> Cypherpunks repositories - gostls13.git/commit
database/sql: fixup remaining driver call to use context
authorDaniel Theophanes <kardianos@gmail.com>
Tue, 4 Oct 2016 16:21:30 +0000 (09:21 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 4 Oct 2016 17:22:14 +0000 (17:22 +0000)
commitfa49c3970a43ca77d46363397e7f4f3ae1f5957c
tree2120cf361e638df2a282bfdd6b6f5ff99d0f29dd
parentddb77100a670d491d7553cc1beed630fc994a7f6
database/sql: fixup remaining driver call to use context

Missed one in the prior CL.

Change-Id: I6f6d84d52fe4d902a985971a402701fb3b1eed86
Reviewed-on: https://go-review.googlesource.com/30255
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/database/sql/sql.go