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
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-02
database/sql: Avoid re-preparing statements when all connections are busy
Marko Tiikkaja
2014-08-28
database/sql: use a value type instead of a pointer
Brad Fitzpatrick
2014-08-28
database/sql: use slices rather than container/list
Alberto García Hierro
2014-08-18
cmd/gc, runtime: refactor interface inlining decision into compiler
Russ Cox
2014-07-16
src, misc: applied gofmt -s -w
Robert Griesemer
2014-05-21
database/sql/driver: correct method name in comment
Ian Lance Taylor
2014-05-19
database/sql: more docs explaining that DB is a pool
Brad Fitzpatrick
2014-05-07
database/sql: fix accounting of open connections
Brad Fitzpatrick
2014-04-29
all: spelling tweaks, A-G
Robert Hencke
2014-03-25
database/sql: add "defer rows.Close()" to the example code.
Nigel Tao
2014-01-10
database/sql: fix test on 32-bit
Brad Fitzpatrick
2014-01-10
database/sql: avoiding fmt.Sprintf while scanning, avoid allocs with RawBytes
Brad Fitzpatrick
2013-12-27
all: fix a few spelling errors in source comments
Martin Olsson
2013-12-26
database/sql: Use all connections in pool
Marko Tiikkaja
2013-12-17
database/sql: Fix inaccurate comment
Marko Tiikkaja
2013-12-18
database/sql: fix typo in comment
Arne Hormann
2013-12-17
database/sql: fix auto-reconnect in prepared statements
Julien Schmidt
2013-12-16
database/sql: Check errors in QueryRow.Scan
Marko Tiikkaja
2013-12-10
database/sql: Remove redundant condition in if
Alberto García Hierro
2013-10-29
database/sql: document Result methods
Brad Fitzpatrick
2013-10-29
database/sql: Fix typos in doc
Julien Schmidt
2013-10-24
database/sql: link to wiki in package docs
Matthew Cottingham
2013-10-17
database/sql: make tests repeatable with -cpu=n,n
Alberto García Hierro
2013-10-16
database/sql: fix some test fmt verbs
Brad Fitzpatrick
2013-10-16
database/sql: Fix connection leak and potential deadlock
Alberto García Hierro
2013-10-16
database/sql: fix double decrement of numOpen count; test for connection leaks
Alberto García Hierro
2013-08-30
database/sql: add SetMaxOpenConns
Tad Glines
2013-08-29
undo CL 10726044 / c9bea548fb6f
Brad Fitzpatrick
2013-08-29
database/sql: add SetMaxOpenConns
Tad Glines
2013-08-16
database/sql: make Rows.Next returning false always implicitly call
Nigel Tao
2013-08-14
testing: add TB, an interface common to T and B
Brad Fitzpatrick
2013-08-14
database/sql: fix accumulation of bad conns on prepared statements
Matt Joiner
2013-08-13
database/sql: add a disabled broken test
Brad Fitzpatrick
2013-07-23
database/sql: close statement before connection
Alex Brainman
2013-05-21
database/sql: remove extra RemoveDep call
Brad Fitzpatrick
2013-05-14
database/sql: use method values instead of generating closures
Brad Fitzpatrick
2013-05-06
database/sql: remove an unused field from Rows
Brad Fitzpatrick
2013-04-26
database/sql/driver: try to unstutter Value docs
Brad Fitzpatrick
2013-04-25
database/sql: fix driver Conn refcounting with prepared statements
Brad Fitzpatrick
2013-04-15
database/sql: close driver Stmt before releasing Conn
Brad Fitzpatrick
2013-04-03
database/sql: improve standard deviation response time under high concurrency
James Tucker
2013-03-25
database/sql: optimized []byte copy + []byte(nil) -> *interface fix
Julien Schmidt
2013-03-25
database/sql: link to driver wiki page
Brad Fitzpatrick
2013-03-25
database/sql: don't close a driver.Conn until its Stmts are closed
Brad Fitzpatrick
2013-03-22
database/sql: add missing []byte and RawBytes conversions
Julien Schmidt
2013-03-18
database/sql: doc cleanup on the DB type
Brad Fitzpatrick
2013-03-18
database/sql: add DB.SetMaxIdleConns
Brad Fitzpatrick
2013-03-18
database/sql: allow simultaneous queries, etc in a Tx
Brad Fitzpatrick
2013-03-14
database/sql: associate a mutex with each driver interface
Brad Fitzpatrick
[next]