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
/
exp
/
sql
Age
Commit message (
Expand
)
Author
2012-01-19
database/sql: move from exp/sql
Brad Fitzpatrick
2012-01-19
exp/sql: rename NullableString to NullString and allow its use as a parameter
Brad Fitzpatrick
2012-01-17
exp/sql: copy when scanning into []byte by default
Brad Fitzpatrick
2012-01-14
doc: fix comments referring to removed API funcs
Shenghou Ma
2012-01-13
exp/sql: add time.Time support
Brad Fitzpatrick
2012-01-13
exp/sql: fix statement leak
Brad Fitzpatrick
2012-01-12
sql: fix potential corruption in QueryRow.Scan into a *[]byte
Brad Fitzpatrick
2012-01-10
exp/sql: close Rows on EOF
Brad Fitzpatrick
2011-12-15
sql: add Rows.Columns
Brad Fitzpatrick
2011-12-13
strconv: include package and function name in error strings
Rob Pike
2011-12-12
sql: fix missing mutex unlock in an error case
Brad Fitzpatrick
2011-12-08
exp/sql: simplify some string conversions.
David Symonds
2011-12-05
use new strconv API
Russ Cox
2011-11-28
sql: add Tx.Stmt to use an existing prepared stmt in a transaction
Brad Fitzpatrick
2011-11-25
exp/sql/driver: Correct package name in comment.
Benny Siegert
2011-11-20
sql: more driver docs & tests; no functional changes
Brad Fitzpatrick
2011-11-15
exp/sql: NumInput() allow -1 to ignore checking.
Yasuhiro Matsumoto
2011-11-15
sql: document that for drivers, io.EOF means no more rows
Brad Fitzpatrick
2011-11-14
sql: add DB.Close, fix bugs, remove Execer on Driver (only Conn)
Brad Fitzpatrick
2011-11-04
html,bzip2,sql: rename Error methods that return error to Err
Gustavo Niemeyer
2011-11-02
exp/sql: finish transactions, flesh out types, docs
Brad Fitzpatrick
2011-11-01
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-10-27
strconv: use better errors than os.EINVAL, os.ERANGE
Russ Cox
2011-10-13
pkg: fix incorrect prints found by govet
Robert Hencke
2011-09-29
exp/sql{,/driver}: new database packages
Brad Fitzpatrick