aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/driver
AgeCommit message (Expand)Author
2021-02-25database/sql: close driver.Connector if it implements io.CloserIvan Trubach
2020-05-30database/sql/driver: use correct method name "Connect" in DriverContext docsBrad Erickson
2020-04-28database/sql: document Connect and Close may need a timeoutDaniel Theophanes
2020-04-27database/sql/driver: enhance driver package documentationDaniel Theophanes
2020-03-29database/sql: add test for Conn.Validator interfaceDaniel Theophanes
2020-03-17database/sql: process all Session Resets synchronouslyDaniel Theophanes
2019-06-13database/sql: add support for decimal interfaceDaniel Theophanes
2019-06-13database/sql/driver: document Valuer must not panicDaniel Theophanes
2019-03-07database/sql: fix comment grammarAndrei Matei
2019-02-15database/sql/driver: fix typoZhou Peng
2018-11-08database/sql: add support for returning cursors to clientDaniel Theophanes
2018-10-03database/sql: improve unimplemented LastInsertId error messageTim
2018-01-25database/sql: buffers provided to Rows.Next should not be modified by driversDaniel Theophanes
2017-12-18database/sql/driver: update Value doc, can be driver supported typeDaniel Theophanes
2017-12-06database/sql/driver: explain Driver vs DriverContext vs ConnectorRuss Cox
2017-11-16database/sql: allow OpenConnector in a driver.Driver interfaceDaniel Theophanes
2017-11-16database/sql/driver: document that Execer, Queryer need not be implementedRuss Cox
2017-11-15database/sql/driver: rename ResetSessioner to SessionResetterRuss Cox
2017-10-24database/sql: add driver.ResetSessioner and add pool supportDaniel Theophanes
2017-10-24Revert "database/sql: add driver.ResetSessioner and add pool support"Russ Cox
2017-10-24database/sql: add driver.ResetSessioner and add pool supportDaniel Theophanes
2017-09-23database/sql: add OpenDB to directly create a *DB without a DSN.James Lawrence
2017-05-18database/sql: allow drivers to support custom arg typesDaniel Theophanes
2016-12-14database/sql: do not store Tx options in ContextDaniel Theophanes
2016-12-01database/sql: document expectations for named parametersDaniel Theophanes
2016-11-29database/sql: do not bypass the driver locks with Context methodsDaniel Theophanes
2016-11-17database/sql: additional underlying types in DefaultValueConverterScott Bell
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-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-09-27database/sql: add context methodsDaniel Theophanes
2016-03-23database/sql/driver: remove string exclusionTamir Duberstein
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-13database/sql/driver: clarify DefaultParameterConverter docsBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox