aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/sql_test.go
AgeCommit message (Expand)Author
2026-03-27database/sql: don't try to synctest.Wait in benchmarksDamien Neil
2026-03-25database/sql: use synctest in testsDamien Neil
2026-03-25database/sql: avoid deadlock from reentrant RLockDamien Neil
2026-02-06database/sql: ensure Null* types have Valid=false when Scan returns errorRavi Sastry Kadali
2025-12-11Revert "database/sql: allow drivers to override Scan behavior"Austin Clements
2025-11-21database/sql: don't ignore ColumnConverter for unknown input countJonathan Hall
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-08-11database/sql: allow drivers to override Scan behaviorJack Christensen
2025-08-06database/sql: avoid closing Rows while scan is in progressDamien Neil
2025-02-10database/sql: use t.Context in testsapocelipes
2024-10-21database/sql: rewrite Null[T].Value method, update doc for Null[T]Jes Cok
2024-08-24database/sql: fix panic with concurrent Conn and CloseNic Klaassen
2024-05-23std: fix calls to Printf(s) with non-constant sAlan Donovan
2024-04-10database/sql: avoid clobbering driver-owned memory in RawBytesDamien Neil
2024-04-01database/sql: use slices to simplify the codeapocelipes
2024-03-19database/sql: close rows in testguoguangwu
2024-03-18database/sql: optimize connection request poolBrad Fitzpatrick
2024-03-06database/sql: remove useless error checkguoguangwu
2024-02-27database/sql: wrap errors with %w in driverArgsConnLockedaimuz
2023-09-20all: simplify bool conditionsOleksandr Redko
2023-08-07database/sql: add Null[T]Inada Naoki
2023-07-05database/sql: prevent internal context error from being returned from Rows.Err()zikaeroh
2023-06-13database/sql: fix flake in TestContextCancelDuringRawBytesScanRuss Cox
2023-05-26database/sql: fix regression from earlier RawBytes fixBrad Fitzpatrick
2023-05-24database/sql: make RawBytes safely usable with contextsBrad Fitzpatrick
2023-03-14database/sql: remove a distracting alloc, use atomic.BoolBrad Fitzpatrick
2022-07-11database/sql: make TestTxContextWaitNoDiscard test more robustDmitri Goutnik
2022-05-19database/sql: fix close rows error ignored in NextJinzhu
2022-05-17all: fix spellingJohn Bampton
2022-02-16database/sql: make WAIT tests more robust, rely on waiter triggerDaniel Theophanes
2022-01-13database/sql: consolidate test polling loopsBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11database/sql: prevent closes slices from assigning to free connPavel
2021-11-03database/sql: use errors.Is when checking ErrBadConnDaniel Theophanes
2021-11-03database/sql: Fix idle connection reuseSteven Hartland
2021-06-21database/sql: fix deadlock test in prepare statementDaniel Theophanes
2021-06-19database/sql: do not rely on timeout for deadlock testDaniel Theophanes
2021-05-04database/sql: add NullInt16 and NullByteAriel Mashraki
2021-04-10all: fix spellingsNaman Gera
2021-02-25database/sql: close driver.Connector if it implements io.CloserIvan Trubach
2021-02-24database: remove race in TestTxContextWaitJosh Bleecher Snyder
2020-10-31database/sql, runtime: correct *.Fatal inside goroutines in testsEmmanuel T Odeke
2020-10-29database/sql: fix TestTxStmtDeadlock testTzu-Chiao Yeh
2020-10-28database/sql: fix tx stmt deadlock when rollbackTzu-Chiao Yeh
2020-08-14database/sql: make Rows.Scan properly wrap underlying errorsTim Möhlmann
2020-04-22database/sql: de-flake TestTxCannotCommitAfterRollbackDaniel Theophanes
2020-04-20database/sql: on Tx rollback, retain connection if driver can reset sessionDaniel Theophanes
2020-04-20database/sql: prevent Tx statement from committing after rollbackDaniel Theophanes
2020-04-20database/sql: check conn expiry when returning to pool, not when handing it outDaniel Theophanes
2020-03-29database/sql: add test for Conn.Validator interfaceDaniel Theophanes