summaryrefslogtreecommitdiff
path: root/src/database/sql/driver/driver.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-15/+17
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* database/sql: use errors.Is when checking ErrBadConnDaniel Theophanes2021-11-031-0/+3
* database/sql: close driver.Connector if it implements io.CloserIvan Trubach2021-02-251-0/+3
* database/sql/driver: use correct method name "Connect" in DriverContext docsBrad Erickson2020-05-301-1/+1
* database/sql: document Connect and Close may need a timeoutDaniel Theophanes2020-04-281-1/+9
* database/sql/driver: enhance driver package documentationDaniel Theophanes2020-04-271-0/+29
* database/sql: add test for Conn.Validator interfaceDaniel Theophanes2020-03-291-4/+4
* database/sql: process all Session Resets synchronouslyDaniel Theophanes2020-03-171-6/+14
* database/sql: fix comment grammarAndrei Matei2019-03-071-1/+1
* database/sql/driver: fix typoZhou Peng2019-02-151-1/+1
* database/sql: add support for returning cursors to clientDaniel Theophanes2018-11-081-0/+5
* database/sql: improve unimplemented LastInsertId error messageTim2018-10-031-1/+1
* database/sql: buffers provided to Rows.Next should not be modified by driversDaniel Theophanes2018-01-251-0/+4
* database/sql/driver: update Value doc, can be driver supported typeDaniel Theophanes2017-12-181-1/+2
* database/sql/driver: explain Driver vs DriverContext vs ConnectorRuss Cox2017-12-061-8/+19
* database/sql: allow OpenConnector in a driver.Driver interfaceDaniel Theophanes2017-11-161-0/+11
* database/sql/driver: document that Execer, Queryer need not be implementedRuss Cox2017-11-161-14/+16
* database/sql/driver: rename ResetSessioner to SessionResetterRuss Cox2017-11-151-2/+2
* database/sql: add driver.ResetSessioner and add pool supportDaniel Theophanes2017-10-241-0/+12
* Revert "database/sql: add driver.ResetSessioner and add pool support"Russ Cox2017-10-241-12/+0
* database/sql: add driver.ResetSessioner and add pool supportDaniel Theophanes2017-10-241-0/+12
* database/sql: add OpenDB to directly create a *DB without a DSN.James Lawrence2017-09-231-0/+23
* 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