aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/sql_test.go
AgeCommit message (Expand)Author
2016-11-17database/sql: ensure all driver Stmt are closed onceDaniel Theophanes
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-10-31database/sql: add Pinger interface to driver ConnINADA Naoki
2016-10-24database/sql: fix possible context leak in testAlexander Döring
2016-10-21database/sql: update the conversion errors to be clearerDaniel Theophanes
2016-10-18database/sql: support returning query database typesDaniel Theophanes
2016-10-17database/sql: add option to use named parameter in query argumentsDaniel Theophanes
2016-10-15database/sql: add support for multiple result setsDaniel Theophanes
2016-09-29database/sql: close Rows when context is cancelledDaniel Theophanes
2016-09-27database/sql: add context methodsDaniel Theophanes
2016-08-29database/sql: don't hang if the driver Exec method panicsIan Lance Taylor
2016-06-28database/sql: deflake TestPendingConnsAfterErr and fix races, panicsBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-08database/sql: guard against panics in driver.Stmt implementationRuss Cox
2015-12-02database/sql: Add DB.SetConnMaxLifetimeINADA Naoki
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