aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/convert_test.go
AgeCommit message (Expand)Author
2021-09-14all: remove some unused codeAlexander Melentyev
2019-09-08all: fix typosAinar Garipov
2019-06-13database/sql: add support for decimal interfaceDaniel Theophanes
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2018-01-25database/sql: fix TestConversions when count > 1Daniel Theophanes
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-10-25database/sql: ensure all driver interfaces are called under single lockDaniel Theophanes
2017-10-01database/sql: convertAssign string and time.Time into RawBytesCyrill Schumacher
2017-09-27database/sql: TestConversions add forgotten fields wantbytes and wantrawCyrill Schumacher
2017-05-18database/sql: allow drivers to support custom arg typesDaniel Theophanes
2017-03-31database/sql: support scanning into user defined string typesDaniel Theophanes
2016-10-17database/sql: accept nil pointers to Valuers implemented on value receiversBrad Fitzpatrick
2016-04-30database/sql: clone data for named []byte typesKevin Burke
2016-01-27database/sql: implement Scan of time.Time, document, clarify Scan error textBrad Fitzpatrick
2015-10-06database/sql: fix conversions to and from user-defined typesGordon Klaus
2014-09-08build: move package sources from src/pkg to srcRuss Cox