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_test.go
Age
Commit message (
Expand
)
Author
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-04-10
database/sql: avoid clobbering driver-owned memory in RawBytes
Damien Neil
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-14
all: remove some unused code
Alexander Melentyev
2019-09-08
all: fix typos
Ainar Garipov
2019-06-13
database/sql: add support for decimal interface
Daniel Theophanes
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2018-01-25
database/sql: fix TestConversions when count > 1
Daniel Theophanes
2017-11-04
all: change github.com issue links to golang.org
Leigh McCulloch
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-09-27
database/sql: TestConversions add forgotten fields wantbytes and wantraw
Cyrill Schumacher
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-10-17
database/sql: accept nil pointers to Valuers implemented on value receivers
Brad Fitzpatrick
2016-04-30
database/sql: clone data for named []byte types
Kevin Burke
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