aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/convert.go
AgeCommit message (Expand)Author
2019-09-08all: fix typosAinar Garipov
2019-06-13database/sql: add support for decimal interfaceDaniel Theophanes
2019-05-14database/sql: fix subject of unexported func commentBrad Fitzpatrick
2019-04-26database/sql: check if src is nil before converting to stringDaniel Theophanes
2018-11-08database/sql: add support for returning cursors to clientDaniel Theophanes
2018-04-19database/sql: remove unnecessary else conditionsweeellz
2017-10-25database/sql: scan into *time.Time without reflectionDaniel Theophanes
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-08-23all: fix easy-to-miss typosAgniva De Sarker
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-12-01database/sql: document expectations for named parametersDaniel Theophanes
2016-11-30database/sql: rename NamedParam to NamedArg and Param to NamedDaniel Theophanes
2016-10-21database/sql: update the conversion errors to be clearerDaniel Theophanes
2016-10-17database/sql: accept nil pointers to Valuers implemented on value receiversBrad Fitzpatrick
2016-10-17database/sql: add option to use named parameter in query argumentsDaniel Theophanes
2016-04-30database/sql: clone data for named []byte typesKevin Burke
2016-03-02all: single space after period.Brad Fitzpatrick
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