aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/convert.go
AgeCommit message (Expand)Author
2024-10-29database/sql: allocate once when assigning a time.Time to a byte sliceCharlie Vieth
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-04-10database/sql: avoid clobbering driver-owned memory in RawBytesDamien Neil
2024-04-02database/sql: refactor unused variables to use blank identifiersMohammad Abbasi
2024-02-27database/sql: wrap errors with %w in driverArgsConnLockedaimuz
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-08-08database/sql: use reflect.TypeFor for known typesIan Lance Taylor
2023-04-04database/sql,testing/quick: use reflect.Value.SetZeroDaniel Martí
2022-09-28database: use bytes.Clonecuiweixie
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
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