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
/
sql.go
Age
Commit message (
Expand
)
Author
2022-11-14
database/sql: add a missing period to end of sentence in Rows.Scan docs
Brad Fitzpatrick
2022-09-15
database: convert DB.{waitDuration,numClosed} to atomic type
cuiweixie
2022-09-08
database: convert Tx.done to atomic type
cuiweixie
2022-09-07
database/sql: simplify retry logic when the connection is bad
Jinzhu
2022-05-19
database/sql: fix close rows error ignored in Next
Jinzhu
2022-05-14
database/sql: follow convention for field naming
Jinzhu
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-11
database/sql: prevent closes slices from assigning to free conn
Pavel
2021-11-03
database/sql: fix tx.Prepare documentation
Mostafa Solati
2021-11-03
database/sql: use errors.Is when checking ErrBadConn
Daniel Theophanes
2021-11-03
database/sql: Fix idle connection reuse
Steven Hartland
2021-09-04
database/sql: improve the documentation of Conn.Raw
korzhao
2021-05-04
database/sql: add NullInt16 and NullByte
Ariel Mashraki
2021-04-10
all: fix spellings
Naman Gera
2021-03-11
docs: clarify when APIs use context.Background.
Matt T. Proud
2021-02-25
database/sql: close driver.Connector if it implements io.Closer
Ivan Trubach
2020-12-10
database/sql: fix typo in comment
Hein Khant Zaw
2020-10-28
database/sql: fix tx stmt deadlock when rollback
Tzu-Chiao Yeh
2020-10-27
database/sql: fix comment on DB.stop()
Ayzat Sadykov
2020-08-29
database/sql: shortestIdleTimeLocked correct min comparison
Shinnosuke Sawada
2020-08-14
database/sql: make Rows.Scan properly wrap underlying errors
Tim Möhlmann
2020-05-08
database/sql: form a complete sentence in code comment
Kevin Burke
2020-04-22
database/sql: de-flake TestTxCannotCommitAfterRollback
Daniel Theophanes
2020-04-22
database/sql: count connections expired in foreground with MaxLifetimeClosed
Colin
2020-04-20
database/sql: on Tx rollback, retain connection if driver can reset session
Daniel Theophanes
2020-04-20
database/sql: prevent Tx statement from committing after rollback
Daniel Theophanes
2020-04-20
database/sql: check conn expiry when returning to pool, not when handing it out
Daniel Theophanes
2020-03-29
database/sql: add test for Conn.Validator interface
Daniel Theophanes
2020-03-19
database/sql: add method Err on sql.Row
Tim Möhlmann
2020-03-17
database/sql: process all Session Resets synchronously
Daniel Theophanes
2020-02-21
database/sql: add SetConnMaxIdleTime
Daniel Theophanes
2019-09-30
database/sql: preallocate list slice in Drivers()
Julien Schmidt
2019-09-08
all: fix typos
Ainar Garipov
2019-06-13
database/sql: add Conn.Raw to expose the driver Conn safely
Daniel Theophanes
2019-04-26
database/sql: add NullInt32
Daniel Theophanes
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-04-05
database/sql: add NullTime
Daniel Theophanes
2019-02-08
database/sql: document Stmt lifetime
Justin Li
2019-01-14
database/sql: fix logic for pulling a Conn from DB
Daniel Theophanes
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-08
database/sql: add support for returning cursors to client
Daniel Theophanes
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
database/sql: add description to String method of IsolationLevel struct.
Vladimir Kovpak
2018-10-29
database/sql: prefer to return Rows.lasterr rather then a static error
Daniel Theophanes
2018-10-17
database/sql: remove commented debug prints
Umang Parmar
2018-10-02
database/sql: correctly report MaxIdleClosed stat
Daniel Theophanes
2018-09-03
database/sql: fix Rows.Columns() documentation
Alexey Palazhchenko
2018-08-03
database/sql: fix driverStmt.Close() comment typo
Frédéric Guillot
[next]