summaryrefslogtreecommitdiff
path: root/src/database/sql/fakedb_test.go
Commit message (Expand)AuthorAgeFilesLines
* database/sql: correct level of write to same var for race detectorDaniel Theophanes2017-06-121-26/+47
* database/sql: prevent race on Rows close with Tx RollbackDaniel Theophanes2017-06-121-0/+18
* database/sql: allow drivers to support custom arg typesDaniel Theophanes2017-05-181-9/+22
* database/sql: document expectations for named parametersDaniel Theophanes2016-12-011-2/+2
* database/sql: deflake query cancel testsDaniel Theophanes2016-11-301-1/+11
* database/sql: do not bypass the driver locks with Context methodsDaniel Theophanes2016-11-291-3/+31
* database/sql: support returning query database typesDaniel Theophanes2016-10-181-9/+50
* database/sql: add option to use named parameter in query argumentsDaniel Theophanes2016-10-171-18/+65
* database/sql: add support for multiple result setsDaniel Theophanes2016-10-151-86/+137
* all: delete dead test codeDominik Honnef2016-03-211-7/+0
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* database/sql: guard against panics in driver.Stmt implementationRuss Cox2016-01-081-1/+26
* database/sql: avoid deadlock waiting for connectionsChris Hines2015-10-161-0/+20
* database/sql: close bad connections in commit or rollback:Chris Hines2015-09-031-0/+12
* database/sql: Retry with a fresh connection after maxBadConnRetriesMarko Tiikkaja2015-04-081-9/+14
* database/sql: make TestDrivers not crash on second runBrad Fitzpatrick2014-10-311-0/+2
* database/sql: add Drivers, returning list of registered driversRuss Cox2014-10-151-0/+22
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+805