index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
sql
/
convert.go
Age
Commit message (
Expand
)
Author
2022-09-28
database: use bytes.Clone
cuiweixie
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2019-09-08
all: fix typos
Ainar Garipov
2019-06-13
database/sql: add support for decimal interface
Daniel Theophanes
2019-05-14
database/sql: fix subject of unexported func comment
Brad Fitzpatrick
2019-04-26
database/sql: check if src is nil before converting to string
Daniel Theophanes
2018-11-08
database/sql: add support for returning cursors to client
Daniel Theophanes
2018-04-19
database/sql: remove unnecessary else conditions
weeellz
2017-10-25
database/sql: scan into *time.Time without reflection
Daniel Theophanes
2017-10-25
database/sql: ensure all driver interfaces are called under single lock
Daniel Theophanes
2017-10-01
database/sql: convertAssign string and time.Time into RawBytes
Cyrill Schumacher
2017-08-23
all: fix easy-to-miss typos
Agniva De Sarker
2017-05-18
database/sql: allow drivers to support custom arg types
Daniel Theophanes
2017-03-31
database/sql: support scanning into user defined string types
Daniel Theophanes
2016-12-01
database/sql: document expectations for named parameters
Daniel Theophanes
2016-11-30
database/sql: rename NamedParam to NamedArg and Param to Named
Daniel Theophanes
2016-10-21
database/sql: update the conversion errors to be clearer
Daniel Theophanes
2016-10-17
database/sql: accept nil pointers to Valuers implemented on value receivers
Brad Fitzpatrick
2016-10-17
database/sql: add option to use named parameter in query arguments
Daniel Theophanes
2016-04-30
database/sql: clone data for named []byte types
Kevin Burke
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-27
database/sql: implement Scan of time.Time, document, clarify Scan error text
Brad Fitzpatrick
2015-10-06
database/sql: fix conversions to and from user-defined types
Gordon Klaus
2014-09-08
build: move package sources from src/pkg to src
Russ Cox