]> Cypherpunks repositories - gostls13.git/commit
database/sql: do not store Tx options in Context
authorDaniel Theophanes <kardianos@gmail.com>
Tue, 13 Dec 2016 15:55:12 +0000 (07:55 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Dec 2016 18:13:13 +0000 (18:13 +0000)
commitd0501f1da9c54a8053940feeb86e1644ffaae522
tree35a699faceba0cf306bdf1a413d24828ac2e21da
parentfe07091f9eb9a1dcedc6eab1762de5383f520a00
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>
api/go1.8.txt
src/database/sql/ctxutil.go
src/database/sql/driver/driver.go
src/database/sql/internal/types.go [deleted file]
src/database/sql/sql.go
src/database/sql/sql_test.go