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
2022-11-14
database/sql: add a missing period to end of sentence in Rows.Scan docs
Brad Fitzpatrick
2022-09-28
database: use bytes.Clone
cuiweixie
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-07-11
database/sql: make TestTxContextWaitNoDiscard test more robust
Dmitri Goutnik
2022-06-04
database/sql/driver: fix typo in driver.go
mstmdev
2022-05-19
database/sql: fix close rows error ignored in Next
Jinzhu
2022-05-17
all: fix spelling
John Bampton
2022-05-17
all: fix spelling
John Bampton
2022-05-14
database/sql: follow convention for field naming
Jinzhu
2022-05-08
all: fix some lint issues
Ryan Leung
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-02-16
database/sql: make WAIT tests more robust, rely on waiter trigger
Daniel Theophanes
2022-01-13
database/sql: consolidate test polling loops
Bryan C. Mills
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-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-09-14
all: remove some unused code
Alexander Melentyev
2021-09-04
database/sql: improve the documentation of Conn.Raw
korzhao
2021-06-21
database/sql: fix deadlock test in prepare statement
Daniel Theophanes
2021-06-19
database/sql: do not rely on timeout for deadlock test
Daniel Theophanes
2021-05-04
database/sql: add NullInt16 and NullByte
Ariel Mashraki
2021-04-10
all: fix spellings
Naman Gera
2021-03-25
database/sql: remove unnecessary types in composite literals
Elias506
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
2021-02-24
database: remove race in TestTxContextWait
Josh Bleecher Snyder
2020-12-10
database/sql: fix typo in comment
Hein Khant Zaw
2020-10-31
database/sql, runtime: correct *.Fatal inside goroutines in tests
Emmanuel T Odeke
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
[next]