aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql
AgeCommit message (Expand)Author
2017-04-12database/sql: de-duplicate various methodsDaniel Theophanes
2017-03-31database/sql: support scanning into user defined string typesDaniel Theophanes
2017-03-08database/sql: fix spelling mistake in testsKevin Burke
2017-03-08database/sql: proper prepared statement support in transactionsSarah Adams
2017-02-13database/sql: convert test timeouts to explicit waits with checksDaniel Theophanes
2017-02-10database/sql: ensure driverConns are closed if not returned to poolDaniel Theophanes
2017-02-09database/sql: replace the expr of timeunit * N with N * timeunit in testMikio Hara
2017-02-09database/sql: fix nits in testMikio Hara
2017-02-09database/sql: do not exhaust connection pool on conn request timeoutDaniel Theophanes
2017-02-09database/sql: fix typoKevin Burke
2017-02-08database/sql: record the context error in Rows if canceledDaniel Theophanes
2017-02-01database/sql: fix spelling mistakeKevin Burke
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-07all: fix misspellingsshawnps
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-09database/sql: use complete sentences in new docsBrad Fitzpatrick
2016-12-09database/sql: document that drivers may not return right after cancelDaniel 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-24database/sql: force users of NamedParam to name struct literals fieldsBrad Fitzpatrick
2016-11-22database/sql: fix TestPendingConnsAfterErrDaniel Theophanes
2016-11-17database/sql: ensure all driver Stmt are closed onceDaniel Theophanes
2016-11-17database/sql: additional underlying types in DefaultValueConverterScott Bell
2016-11-16database/sql: guard against driver.Stmt.Close panicsDaniel Theophanes
2016-11-16database/sql: clarify when statement in transaction is closedIan Lance Taylor
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-10-31database/sql: correctly spell constantsKevin Burke
2016-10-31database/sql: add Pinger interface to driver ConnINADA Naoki
2016-10-30database/sql: add context helper methods and transaction typesDaniel Theophanes
2016-10-24database/sql: fix possible context leak in testAlexander Döring
2016-10-24all: minor vet fixesJosh Bleecher Snyder
2016-10-21database/sql: update the conversion errors to be clearerDaniel Theophanes
2016-10-20database/sql: add missing unlock when context is expiredDaniel Theophanes
2016-10-18database/sql: support returning query database typesDaniel Theophanes
2016-10-17database/sql: accept nil pointers to Valuers implemented on value receiversBrad Fitzpatrick
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-10-04database/sql: fixup remaining driver call to use contextDaniel Theophanes
2016-09-29database/sql: close Rows when context is cancelledDaniel Theophanes
2016-09-27database/sql: add context methodsDaniel Theophanes
2016-09-27database/sql: add doc comment for ErrTxDoneSam Whited
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-04-30database/sql: clone data for named []byte typesKevin Burke