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
/
fakedb_test.go
Age
Commit message (
Expand
)
Author
2025-11-14
std: fix printf("%q", int) mistakes
Alan Donovan
2025-08-06
database/sql: avoid closing Rows while scan is in progress
Damien Neil
2024-04-01
database/sql: use slices to simplify the code
apocelipes
2023-08-08
database/sql: use reflect.TypeFor for known types
Ian Lance Taylor
2023-05-24
database/sql: make RawBytes safely usable with contexts
Brad Fitzpatrick
2022-05-19
database/sql: fix close rows error ignored in Next
Jinzhu
2022-05-17
all: fix spelling
John Bampton
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
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-03
database/sql: use errors.Is when checking ErrBadConn
Daniel Theophanes
2021-05-04
database/sql: add NullInt16 and NullByte
Ariel Mashraki
2021-03-25
database/sql: remove unnecessary types in composite literals
Elias506
2021-02-25
database/sql: close driver.Connector if it implements io.Closer
Ivan Trubach
2020-04-20
database/sql: prevent Tx statement from committing after rollback
Daniel Theophanes
2020-03-29
database/sql: add test for Conn.Validator interface
Daniel Theophanes
2020-03-17
database/sql: process all Session Resets synchronously
Daniel Theophanes
2019-10-21
database/sql: remove forced log import from test
Dmitri Shuralyov
2019-04-26
database/sql: add NullInt32
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-05-05
database/sql: make error prefixes consistent
Daniel Theophanes
2018-02-20
all: remove duplicate word "the"
Ryuma Yoshida
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
2017-10-24
database/sql: add driver.ResetSessioner and add pool support
Daniel Theophanes
2017-10-24
Revert "database/sql: add driver.ResetSessioner and add pool support"
Russ Cox
2017-10-24
database/sql: add driver.ResetSessioner and add pool support
Daniel Theophanes
2017-10-17
Revert "database/sql: prevent race in driver by locking dc in Next"
Daniel Theophanes
2017-10-13
database/sql: prevent race in driver by locking dc in Next
Daniel Theophanes
2017-06-12
database/sql: correct level of write to same var for race detector
Daniel Theophanes
2017-06-12
database/sql: prevent race on Rows close with Tx Rollback
Daniel Theophanes
2017-05-18
database/sql: allow drivers to support custom arg types
Daniel Theophanes
2016-12-01
database/sql: document expectations for named parameters
Daniel Theophanes
2016-11-30
database/sql: deflake query cancel tests
Daniel Theophanes
2016-11-29
database/sql: do not bypass the driver locks with Context methods
Daniel Theophanes
2016-10-18
database/sql: support returning query database types
Daniel Theophanes
2016-10-17
database/sql: add option to use named parameter in query arguments
Daniel Theophanes
2016-10-15
database/sql: add support for multiple result sets
Daniel Theophanes
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-08
database/sql: guard against panics in driver.Stmt implementation
Russ Cox
2015-10-16
database/sql: avoid deadlock waiting for connections
Chris Hines
2015-09-03
database/sql: close bad connections in commit or rollback:
Chris Hines
2015-04-08
database/sql: Retry with a fresh connection after maxBadConnRetries
Marko Tiikkaja
2014-10-31
database/sql: make TestDrivers not crash on second run
Brad Fitzpatrick
2014-10-15
database/sql: add Drivers, returning list of registered drivers
Russ Cox
[next]