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_test.go
Age
Commit message (
Expand
)
Author
2025-12-11
Revert "database/sql: allow drivers to override Scan behavior"
Austin Clements
2025-11-21
database/sql: don't ignore ColumnConverter for unknown input count
Jonathan Hall
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-08-11
database/sql: allow drivers to override Scan behavior
Jack Christensen
2025-08-06
database/sql: avoid closing Rows while scan is in progress
Damien Neil
2025-02-10
database/sql: use t.Context in tests
apocelipes
2024-10-21
database/sql: rewrite Null[T].Value method, update doc for Null[T]
Jes Cok
2024-08-24
database/sql: fix panic with concurrent Conn and Close
Nic Klaassen
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
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-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-27
database/sql: wrap errors with %w in driverArgsConnLocked
aimuz
2023-09-20
all: simplify bool conditions
Oleksandr Redko
2023-08-07
database/sql: add Null[T]
Inada Naoki
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-03-14
database/sql: remove a distracting alloc, use atomic.Bool
Brad Fitzpatrick
2022-07-11
database/sql: make TestTxContextWaitNoDiscard test more robust
Dmitri Goutnik
2022-05-19
database/sql: fix close rows error ignored in Next
Jinzhu
2022-05-17
all: fix spelling
John Bampton
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: use errors.Is when checking ErrBadConn
Daniel Theophanes
2021-11-03
database/sql: Fix idle connection reuse
Steven Hartland
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-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-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-08-14
database/sql: make Rows.Scan properly wrap underlying errors
Tim Möhlmann
2020-04-22
database/sql: de-flake TestTxCannotCommitAfterRollback
Daniel Theophanes
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-02-21
database/sql: add SetConnMaxIdleTime
Daniel Theophanes
2020-01-03
all: fix invalid invocations of Fatalf in goroutines
Emmanuel T Odeke
2019-09-08
all: fix typos
Ainar Garipov
[next]