index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
sql
/
driver
Age
Commit message (
Expand
)
Author
2025-12-11
Revert "database/sql: allow drivers to override Scan behavior"
Austin Clements
2025-08-11
database/sql: allow drivers to override Scan behavior
Jack Christensen
2024-07-11
database/sql/driver: fix name in comment
Jonathan Hall
2024-02-27
database/sql: wrap errors with %w in driverArgsConnLocked
aimuz
2024-02-16
database/sql/driver: add a new test case for type t
sivchari
2023-10-23
database/sql: add godoc links
Olivier Mengué
2023-10-18
database: add available godoc link
cui fliter
2023-08-08
database/sql: use reflect.TypeFor for known types
Ian Lance Taylor
2022-06-04
database/sql/driver: fix typo in driver.go
mstmdev
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-03
database/sql: use errors.Is when checking ErrBadConn
Daniel Theophanes
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-02-25
database/sql: close driver.Connector if it implements io.Closer
Ivan Trubach
2020-05-30
database/sql/driver: use correct method name "Connect" in DriverContext docs
Brad Erickson
2020-04-28
database/sql: document Connect and Close may need a timeout
Daniel Theophanes
2020-04-27
database/sql/driver: enhance driver package documentation
Daniel Theophanes
2020-03-29
database/sql: add test for Conn.Validator interface
Daniel Theophanes
2020-03-17
database/sql: process all Session Resets synchronously
Daniel Theophanes
2019-06-13
database/sql: add support for decimal interface
Daniel Theophanes
2019-06-13
database/sql/driver: document Valuer must not panic
Daniel Theophanes
2019-03-07
database/sql: fix comment grammar
Andrei Matei
2019-02-15
database/sql/driver: fix typo
Zhou Peng
2018-11-08
database/sql: add support for returning cursors to client
Daniel Theophanes
2018-10-03
database/sql: improve unimplemented LastInsertId error message
Tim
2018-01-25
database/sql: buffers provided to Rows.Next should not be modified by drivers
Daniel Theophanes
2017-12-18
database/sql/driver: update Value doc, can be driver supported type
Daniel Theophanes
2017-12-06
database/sql/driver: explain Driver vs DriverContext vs Connector
Russ Cox
2017-11-16
database/sql: allow OpenConnector in a driver.Driver interface
Daniel Theophanes
2017-11-16
database/sql/driver: document that Execer, Queryer need not be implemented
Russ Cox
2017-11-15
database/sql/driver: rename ResetSessioner to SessionResetter
Russ Cox
2017-10-24
database/sql: add driver.ResetSessioner and add pool support
Daniel Theophanes
2017-10-24
Revert "database/sql: add driver.ResetSessioner and add pool support"
Russ Cox
2017-10-24
database/sql: add driver.ResetSessioner and add pool support
Daniel Theophanes
2017-09-23
database/sql: add OpenDB to directly create a *DB without a DSN.
James Lawrence
2017-05-18
database/sql: allow drivers to support custom arg types
Daniel Theophanes
2016-12-14
database/sql: do not store Tx options in Context
Daniel Theophanes
2016-12-01
database/sql: document expectations for named parameters
Daniel Theophanes
2016-11-29
database/sql: do not bypass the driver locks with Context methods
Daniel Theophanes
2016-11-17
database/sql: additional underlying types in DefaultValueConverter
Scott Bell
2016-10-31
database/sql: add Pinger interface to driver Conn
INADA Naoki
2016-10-30
database/sql: add context helper methods and transaction types
Daniel Theophanes
2016-10-18
database/sql: support returning query database types
Daniel Theophanes
2016-10-17
database/sql: accept nil pointers to Valuers implemented on value receivers
Brad Fitzpatrick
2016-10-17
database/sql: add option to use named parameter in query arguments
Daniel Theophanes
2016-10-15
database/sql: add support for multiple result sets
Daniel Theophanes
2016-09-27
database/sql: add context methods
Daniel Theophanes
2016-03-23
database/sql/driver: remove string exclusion
Tamir Duberstein
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-13
database/sql/driver: clarify DefaultParameterConverter docs
Brad Fitzpatrick
[next]