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
/
driver.go
Age
Commit message (
Expand
)
Author
2020-07-16
[release-branch.go1.14] database/sql: backport 5 Tx rollback related CLs
Emmanuel T Odeke
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-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: 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
2014-09-08
build: move package sources from src/pkg to src
Russ Cox