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
Age
Commit message (
Expand
)
Author
2020-10-29
database/sql: fix TestTxStmtDeadlock test
Tzu-Chiao Yeh
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-30
database/sql/driver: use correct method name "Connect" in DriverContext docs
Brad Erickson
2020-05-08
database/sql: form a complete sentence in code comment
Kevin Burke
2020-04-28
database/sql: document Connect and Close may need a timeout
Daniel Theophanes
2020-04-28
database/sql: fix incorrect function name in example_test
Vivian Liang
2020-04-27
database/sql/driver: enhance driver package documentation
Daniel Theophanes
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-18
database/sql: fix variable name in example
Harmen
2020-03-17
database/sql: process all Session Resets synchronously
Daniel Theophanes
2020-02-21
database/sql: add SetConnMaxIdleTime
Daniel Theophanes
2020-01-03
all: fix invalid invocations of Fatalf in goroutines
Emmanuel T Odeke
2019-10-21
database/sql: remove forced log import from test
Dmitri Shuralyov
2019-09-30
database/sql: preallocate list slice in Drivers()
Julien Schmidt
2019-09-08
all: fix typos
Ainar Garipov
2019-09-02
std: remove unused bits of code all over the place
Daniel Martí
2019-06-13
database/sql: add support for decimal interface
Daniel Theophanes
2019-06-13
database/sql: add Conn.Raw to expose the driver Conn safely
Daniel Theophanes
2019-06-13
database/sql/driver: document Valuer must not panic
Daniel Theophanes
2019-05-14
database/sql: fix subject of unexported func comment
Brad Fitzpatrick
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2019-04-26
database/sql: add NullInt32
Daniel Theophanes
2019-04-26
database/sql: check if src is nil before converting to string
Daniel Theophanes
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-04-05
database/sql: add NullTime
Daniel Theophanes
2019-03-25
database/sql: add example for DB.Prepare and Tx.Prepare
Hasan Ozgan
2019-03-07
database/sql: fix comment grammar
Andrei Matei
2019-02-15
database/sql/driver: fix typo
Zhou Peng
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-16
database/sql: add examples for opening and testing a DB pool
Daniel Theophanes
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-08
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-03
database/sql: improve unimplemented LastInsertId error message
Tim
2018-10-02
database/sql: correctly report MaxIdleClosed stat
Daniel Theophanes
[prev]
[next]