aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/sql_test.go
AgeCommit 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-26database/sql: fix race when canceling queries immediatelyDaniel Theophanes
2017-01-25database/sql: let tests wait for db pool to come to expected stateDaniel Theophanes
2017-01-02database/sql: fix typo and wordingKevin Burke
2017-01-02database/sql: prevent Tx.rollback from racing Tx.closeDaniel Theophanes
2016-12-14database/sql: do not store Tx options in ContextDaniel Theophanes
2016-12-01database/sql: ensure Commit and Rollback return ErrTxDoneDaniel Theophanes
2016-12-01database/sql: document expectations for named parametersDaniel Theophanes
2016-11-30database/sql: deflake query cancel testsDaniel Theophanes
2016-11-30database/sql: rename NamedParam to NamedArg and Param to NamedDaniel Theophanes
2016-11-29database/sql: do not bypass the driver locks with Context methodsDaniel Theophanes
2016-11-22database/sql: fix TestPendingConnsAfterErrDaniel Theophanes
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