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
2025-08-06
[release-branch.go1.23] database/sql: avoid closing Rows while scan is in pro...
Damien Neil
2024-08-28
[release-branch.go1.23] database/sql: fix panic with concurrent Conn and Close
Nic Klaassen
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-14
database/sql: reordering fields to reduce struct sizes
apocelipes
2024-04-10
database/sql: avoid clobbering driver-owned memory in RawBytes
Damien Neil
2024-04-01
database/sql: use slices to simplify the code
apocelipes
2024-03-20
database/sql: fix memory leaks in Stmt.removeClosedStmtLocked
apocelipes
2024-03-18
database/sql: optimize connection request pool
Brad Fitzpatrick
2023-11-27
all: fix field names
cui fliter
2023-10-23
database/sql: add godoc links
Olivier Mengué
2023-10-18
database: add available godoc link
cui fliter
2023-10-03
database/sql: use the built-in min function
mstmdev
2023-08-08
database/sql: use reflect.TypeFor for known types
Ian Lance Taylor
2023-08-07
database/sql: add Null[T]
Inada Naoki
2023-07-07
src/database/sql: run gofmt
Than McIntosh
2023-07-05
database/sql: prevent internal context error from being returned from Rows.Err()
zikaeroh
2023-05-26
database/sql: fix regression from earlier RawBytes fix
Brad Fitzpatrick
2023-05-24
database/sql: make RawBytes safely usable with contexts
Brad Fitzpatrick
2023-03-14
database/sql: remove a distracting alloc, use atomic.Bool
Brad Fitzpatrick
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
[next]