go/src/database/sql
Daniel Theophanes 5aef51a729 database/sql: add test for Conn.Validator interface
This addresses comments made by Russ after
https://golang.org/cl/174122 was merged. It addes a test
for the connection validator and renames the interface to just
"Validator".

Change-Id: Iea53e9b250c9be2e86e9b75906e7353e26437c5c
Reviewed-on: https://go-review.googlesource.com/c/go/+/223963
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
2020-03-29 02:01:34 +00:00
..
driver database/sql: add test for Conn.Validator interface 2020-03-29 02:01:34 +00:00
convert.go all: fix typos 2019-09-08 17:28:20 +00:00
convert_test.go all: fix typos 2019-09-08 17:28:20 +00:00
ctxutil.go std: remove unused bits of code all over the place 2019-09-02 12:57:37 +00:00
doc.txt
example_cli_test.go database/sql: add examples for opening and testing a DB pool 2018-11-16 17:17:09 +00:00
example_service_test.go database/sql: add examples for opening and testing a DB pool 2018-11-16 17:17:09 +00:00
example_test.go database/sql: fix variable name in example 2020-03-18 20:24:57 +00:00
fakedb_test.go database/sql: add test for Conn.Validator interface 2020-03-29 02:01:34 +00:00
sql.go database/sql: add test for Conn.Validator interface 2020-03-29 02:01:34 +00:00
sql_test.go database/sql: add test for Conn.Validator interface 2020-03-29 02:01:34 +00:00