summaryrefslogtreecommitdiff
path: root/src/database/sql/convert_test.go
Commit message (Expand)AuthorAgeFilesLines
* database/sql: allow drivers to support custom arg typesDaniel Theophanes2017-05-181-2/+3
* database/sql: support scanning into user defined string typesDaniel Theophanes2017-03-311-3/+10
* database/sql: accept nil pointers to Valuers implemented on value receiversBrad Fitzpatrick2016-10-171-0/+83
* database/sql: clone data for named []byte typesKevin Burke2016-04-301-0/+12
* database/sql: implement Scan of time.Time, document, clarify Scan error textBrad Fitzpatrick2016-01-271-3/+20
* database/sql: fix conversions to and from user-defined typesGordon Klaus2015-10-061-13/+27
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+348