go/src/database/sql
Brad Fitzpatrick 867bef93b9 database/sql: implement Scan of time.Time, document, clarify Scan error text
Fixes #9157

Change-Id: Iadf305a172a0ec53ae91e1b2db3f3351691a48ff
Reviewed-on: https://go-review.googlesource.com/18935
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-01-27 07:37:17 +00:00
..
driver database/sql/driver: clarify DefaultParameterConverter docs 2016-01-13 18:15:38 +00:00
convert.go database/sql: implement Scan of time.Time, document, clarify Scan error text 2016-01-27 07:37:17 +00:00
convert_test.go database/sql: implement Scan of time.Time, document, clarify Scan error text 2016-01-27 07:37:17 +00:00
doc.txt build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
example_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
fakedb_test.go database/sql: guard against panics in driver.Stmt implementation 2016-01-08 15:49:12 +00:00
sql.go database/sql: implement Scan of time.Time, document, clarify Scan error text 2016-01-27 07:37:17 +00:00
sql_test.go database/sql: guard against panics in driver.Stmt implementation 2016-01-08 15:49:12 +00:00