summaryrefslogtreecommitdiff
path: root/src/database/sql/convert_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix typosAinar Garipov2019-09-081-2/+2
* database/sql: add support for decimal interfaceDaniel Theophanes2019-06-131-0/+104
* all: simplify code using "gofmt -s -w"Shulhan2019-05-061-5/+5
* database/sql: fix TestConversions when count > 1Daniel Theophanes2018-01-251-120/+123
* all: change github.com issue links to golang.orgLeigh McCulloch2017-11-041-1/+1
* database/sql: ensure all driver interfaces are called under single lockDaniel Theophanes2017-10-251-1/+1
* database/sql: convertAssign string and time.Time into RawBytesCyrill Schumacher2017-10-011-0/+5
* database/sql: TestConversions add forgotten fields wantbytes and wantrawCyrill Schumacher2017-09-271-0/+6
* 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