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
2024-07-11
database/sql/driver: fix name in comment
Jonathan Hall
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-17
all: add push linknames to allow legacy pull linknames
Cherry Mui
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-02
database/sql: refactor unused variables to use blank identifiers
Mohammad Abbasi
2024-04-01
database/sql: use slices to simplify the code
apocelipes
2024-03-22
database/sql: fix typo in comment
guoguangwu
2024-03-20
database/sql: fix memory leaks in Stmt.removeClosedStmtLocked
apocelipes
2024-03-19
database/sql: close rows in test
guoguangwu
2024-03-18
database/sql: optimize connection request pool
Brad Fitzpatrick
2024-03-06
database/sql: remove useless error check
guoguangwu
2024-02-28
database/sql: add error check
guoguangwu
2024-02-27
database/sql: wrap errors with %w in driverArgsConnLocked
aimuz
2024-02-16
database/sql/driver: add a new test case for type t
sivchari
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
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-09-20
all: simplify bool conditions
Oleksandr Redko
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-06-13
database/sql: fix flake in TestContextCancelDuringRawBytesScan
Russ Cox
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-04-04
database/sql,testing/quick: use reflect.Value.SetZero
Daniel Martí
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-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
[next]