go/src/database/sql/driver
Daniel Theophanes 707a83341b database/sql: add option to use named parameter in query arguments
Modify the new Context methods to take a name-value driver struct.
This will require more modifications to drivers to use, but will
reduce the overall number of structures that need to be maintained
over time.

Fixes #12381

Change-Id: I30747533ce418a1be5991a0c8767a26e8451adbd
Reviewed-on: https://go-review.googlesource.com/30166
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-10-17 07:56:35 +00:00
..
driver.go database/sql: add option to use named parameter in query arguments 2016-10-17 07:56:35 +00:00
types.go database/sql/driver: remove string exclusion 2016-03-23 02:42:31 +00:00
types_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00