summaryrefslogtreecommitdiff
path: root/src/database/sql/driver/driver.go
Commit message (Expand)AuthorAgeFilesLines
* database/sql: allow drivers to support custom arg typesDaniel Theophanes2017-05-181-0/+30
* database/sql: do not store Tx options in ContextDaniel Theophanes2016-12-141-24/+17
* database/sql: document expectations for named parametersDaniel Theophanes2016-12-011-5/+10
* database/sql: do not bypass the driver locks with Context methodsDaniel Theophanes2016-11-291-8/+38
* database/sql: add Pinger interface to driver ConnINADA Naoki2016-10-311-0/+11
* database/sql: add context helper methods and transaction typesDaniel Theophanes2016-10-301-3/+32
* database/sql: support returning query database typesDaniel Theophanes2016-10-181-0/+55
* database/sql: add option to use named parameter in query argumentsDaniel Theophanes2016-10-171-4/+14
* database/sql: add support for multiple result setsDaniel Theophanes2016-10-151-0/+16
* database/sql: add context methodsDaniel Theophanes2016-09-271-1/+45
* database/sql/driver: remove string exclusionTamir Duberstein2016-03-231-5/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+211