go/src/database/sql
Daniel Theophanes d0501f1da9 database/sql: do not store Tx options in Context
Drivers which previously supported tip will need to update to this
revision before release.

Fixes #18284

Change-Id: I70b8e7afff1558a8b5348885ce9f50e067c72ee9
Reviewed-on: https://go-review.googlesource.com/34330
Run-TryBot: Daniel Theophanes <kardianos@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-12-14 18:13:13 +00:00
..
driver database/sql: do not store Tx options in Context 2016-12-14 18:13:13 +00:00
convert.go database/sql: document expectations for named parameters 2016-12-01 16:52:12 +00:00
convert_test.go database/sql: accept nil pointers to Valuers implemented on value receivers 2016-10-17 15:26:25 +00:00
ctxutil.go database/sql: do not store Tx options in Context 2016-12-14 18:13:13 +00:00
doc.txt
example_test.go all: minor vet fixes 2016-10-24 17:27:37 +00:00
fakedb_test.go database/sql: document expectations for named parameters 2016-12-01 16:52:12 +00:00
sql.go database/sql: do not store Tx options in Context 2016-12-14 18:13:13 +00:00
sql_test.go database/sql: do not store Tx options in Context 2016-12-14 18:13:13 +00:00