summaryrefslogtreecommitdiff
path: root/src/database/sql/convert.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix typosAinar Garipov2019-09-081-1/+1
* database/sql: add support for decimal interfaceDaniel Theophanes2019-06-131-0/+44
* database/sql: fix subject of unexported func commentBrad Fitzpatrick2019-05-141-1/+3
* database/sql: check if src is nil before converting to stringDaniel Theophanes2019-04-261-0/+12
* database/sql: add support for returning cursors to clientDaniel Theophanes2018-11-081-4/+41
* database/sql: remove unnecessary else conditionsweeellz2018-04-191-7/+5
* database/sql: scan into *time.Time without reflectionDaniel Theophanes2017-10-251-0/+3
* database/sql: ensure all driver interfaces are called under single lockDaniel Theophanes2017-10-251-13/+2
* database/sql: convertAssign string and time.Time into RawBytesCyrill Schumacher2017-10-011-0/+12
* all: fix easy-to-miss typosAgniva De Sarker2017-08-231-1/+1
* database/sql: allow drivers to support custom arg typesDaniel Theophanes2017-05-181-53/+148
* database/sql: support scanning into user defined string typesDaniel Theophanes2017-03-311-0/+14
* database/sql: document expectations for named parametersDaniel Theophanes2016-12-011-0/+19
* database/sql: rename NamedParam to NamedArg and Param to NamedDaniel Theophanes2016-11-301-2/+2
* database/sql: update the conversion errors to be clearerDaniel Theophanes2016-10-211-12/+21
* database/sql: accept nil pointers to Valuers implemented on value receiversBrad Fitzpatrick2016-10-171-2/+24
* database/sql: add option to use named parameter in query argumentsDaniel Theophanes2016-10-171-8/+19
* database/sql: clone data for named []byte typesKevin Burke2016-04-301-1/+6
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* database/sql: implement Scan of time.Time, document, clarify Scan error textBrad Fitzpatrick2016-01-271-4/+27
* database/sql: fix conversions to and from user-defined typesGordon Klaus2015-10-061-1/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+299