aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/sql_test.go
AgeCommit message (Expand)Author
2015-10-16database/sql: avoid deadlock waiting for connectionsChris Hines
2015-10-02database/sql: fix case where Stmt.Close discards errorIan Gudger
2015-09-03database/sql: close bad connections in commit or rollback:Chris Hines
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-06database/sql: refer correct issue in TestErrBadConnReconnect commentAlex Brainman
2015-04-08database/sql: Retry with a fresh connection after maxBadConnRetriesMarko Tiikkaja
2015-04-07database/sql: close connection if db.numOpen > db.maxOpenJiong Du
2015-04-01database/sql: provide stats on number of open connections to the database.Andrei Korzhevskii
2015-01-24database/sql: reduce lock contention in Stmt.connStmtINADA Naoki
2014-09-22database/sql: Close per-tx prepared statements when the associated tx endsMarko Tiikkaja
2014-09-08build: move package sources from src/pkg to srcRuss Cox