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
/
pkg
/
database
/
sql
Age
Commit message (
Expand
)
Author
2012-03-08
all: gofmt -w -s src misc
Robert Griesemer
2012-03-08
database/sql{,driver}: add ErrBadConn
Brad Fitzpatrick
2012-03-06
database/sql: add docs about connection state, pooling
Brad Fitzpatrick
2012-03-06
database/sql: fix typo bug resulting in double-Prepare
Brad Fitzpatrick
2012-02-20
database/sql/driver: API cleanups
Brad Fitzpatrick
2012-02-10
database/sql: remove Into from ScannerInto/ScanInto
Brad Fitzpatrick
2012-02-10
database/sql: support ErrSkip in Tx.Exec
Andrew Balholm
2012-02-10
database/sql: rename ErrTransactionFinished to ErrTxDone
Brad Fitzpatrick
2012-02-09
database/sql: more tests
Brad Fitzpatrick
2012-02-08
database/sql: treat pointers as nullable types like encoding/json
Andrew Pritchard
2012-02-06
doc: remove overuse of simply
Russ Cox
2012-02-06
database/sql: permit scanning into interface{}
Brad Fitzpatrick
2012-02-03
std: add struct field tags to untagged literals.
Nigel Tao
2012-01-30
build: remove Make.pkg, Make.tool
Russ Cox
2012-01-26
database/sql: convert SQL null values to []byte as nil.
James P. Cooper
2012-01-25
database/sql: fix Tx.Query
Blake Mizerany
2012-01-25
database/sql: add NullInt64, NullFloat64, NullBool
James P. Cooper
2012-01-19
database/sql: move from exp/sql
Brad Fitzpatrick
[prev]