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
/
sql_test.go
Age
Commit message (
Expand
)
Author
2017-05-23
[release-branch.go1.8] database/sql: ensure releaseConn is defined before a p...
Daniel Theophanes
2017-02-13
[release-branch.go1.8] database/sql: convert test timeouts to explicit waits ...
Daniel Theophanes
2017-02-10
[release-branch.go1.8] database/sql: do not exhaust connection pool on conn r...
Daniel Theophanes
2017-02-09
[release-branch.go1.8] database/sql: record the context error in Rows if canc...
Daniel Theophanes
2017-01-26
database/sql: fix race when canceling queries immediately
Daniel Theophanes
2017-01-25
database/sql: let tests wait for db pool to come to expected state
Daniel Theophanes
2017-01-02
database/sql: fix typo and wording
Kevin Burke
2017-01-02
database/sql: prevent Tx.rollback from racing Tx.close
Daniel Theophanes
2016-12-14
database/sql: do not store Tx options in Context
Daniel Theophanes
2016-12-01
database/sql: ensure Commit and Rollback return ErrTxDone
Daniel Theophanes
2016-12-01
database/sql: document expectations for named parameters
Daniel Theophanes
2016-11-30
database/sql: deflake query cancel tests
Daniel Theophanes
2016-11-30
database/sql: rename NamedParam to NamedArg and Param to Named
Daniel Theophanes
2016-11-29
database/sql: do not bypass the driver locks with Context methods
Daniel Theophanes
2016-11-22
database/sql: fix TestPendingConnsAfterErr
Daniel Theophanes
2016-11-17
database/sql: ensure all driver Stmt are closed once
Daniel Theophanes
2016-11-15
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-10-31
database/sql: add Pinger interface to driver Conn
INADA Naoki
2016-10-24
database/sql: fix possible context leak in test
Alexander Döring
2016-10-21
database/sql: update the conversion errors to be clearer
Daniel Theophanes
2016-10-18
database/sql: support returning query database types
Daniel Theophanes
2016-10-17
database/sql: add option to use named parameter in query arguments
Daniel Theophanes
2016-10-15
database/sql: add support for multiple result sets
Daniel Theophanes
2016-09-29
database/sql: close Rows when context is cancelled
Daniel Theophanes
2016-09-27
database/sql: add context methods
Daniel Theophanes
2016-08-29
database/sql: don't hang if the driver Exec method panics
Ian Lance Taylor
2016-06-28
database/sql: deflake TestPendingConnsAfterErr and fix races, panics
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-01-08
database/sql: guard against panics in driver.Stmt implementation
Russ Cox
2015-12-02
database/sql: Add DB.SetConnMaxLifetime
INADA Naoki
2015-10-16
database/sql: avoid deadlock waiting for connections
Chris Hines
2015-10-02
database/sql: fix case where Stmt.Close discards error
Ian Gudger
2015-09-03
database/sql: close bad connections in commit or rollback:
Chris Hines
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-06
database/sql: refer correct issue in TestErrBadConnReconnect comment
Alex Brainman
2015-04-08
database/sql: Retry with a fresh connection after maxBadConnRetries
Marko Tiikkaja
2015-04-07
database/sql: close connection if db.numOpen > db.maxOpen
Jiong Du
2015-04-01
database/sql: provide stats on number of open connections to the database.
Andrei Korzhevskii
2015-01-24
database/sql: reduce lock contention in Stmt.connStmt
INADA Naoki
2014-09-22
database/sql: Close per-tx prepared statements when the associated tx ends
Marko Tiikkaja
2014-09-08
build: move package sources from src/pkg to src
Russ Cox