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
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
2019-06-13
database/sql: add support for decimal interface
Daniel Theophanes
2019-06-13
database/sql: add Conn.Raw to expose the driver Conn safely
Daniel Theophanes
2019-04-26
database/sql: add NullInt32
Daniel Theophanes
2019-04-26
database/sql: check if src is nil before converting to string
Daniel Theophanes
2019-04-05
database/sql: add NullTime
Daniel Theophanes
2018-11-08
database/sql: add support for returning cursors to client
Daniel Theophanes
2018-10-08
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-02
database/sql: correctly report MaxIdleClosed stat
Daniel Theophanes
2018-04-11
database/sql: return context errors from Rows.Scan
Eric Rykwalder
2018-02-20
all: fix misspellings
Shawn Smith
2018-02-13
database/sql: include SQL column name in Scan() error message
HaraldNordgren
2018-01-25
database/sql: buffers provided to Rows.Next should not be modified by drivers
Daniel Theophanes
2017-11-16
database/sql: allow OpenConnector in a driver.Driver interface
Daniel Theophanes
2017-10-25
database/sql: ensure all driver interfaces are called under single lock
Daniel Theophanes
[next]