1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/src/database/sql
Russ Cox 99ed71a02c database/sql: guard against panics in driver.Stmt implementation
For #13677, but there is more to do.

Change-Id: Id1af999dc972d07cdfc771e5855a1a7dca47ca96
Reviewed-on: https://go-review.googlesource.com/18046
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-01-08 15:49:12 +00:00
..
driver
convert_test.go database/sql: fix conversions to and from user-defined types 2015-10-06 20:59:00 +00:00
convert.go database/sql: fix conversions to and from user-defined types 2015-10-06 20:59:00 +00:00
doc.txt
example_test.go
fakedb_test.go database/sql: guard against panics in driver.Stmt implementation 2016-01-08 15:49:12 +00:00
sql_test.go database/sql: guard against panics in driver.Stmt implementation 2016-01-08 15:49:12 +00:00
sql.go database/sql: guard against panics in driver.Stmt implementation 2016-01-08 15:49:12 +00:00