aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/fakedb_test.go
AgeCommit message (Expand)Author
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-08-06database/sql: avoid closing Rows while scan is in progressDamien Neil
2024-04-01database/sql: use slices to simplify the codeapocelipes
2023-08-08database/sql: use reflect.TypeFor for known typesIan Lance Taylor
2023-05-24database/sql: make RawBytes safely usable with contextsBrad Fitzpatrick
2022-05-19database/sql: fix close rows error ignored in NextJinzhu
2022-05-17all: fix spellingJohn Bampton
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-02-16database/sql: make WAIT tests more robust, rely on waiter triggerDaniel Theophanes
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-03database/sql: use errors.Is when checking ErrBadConnDaniel Theophanes
2021-05-04database/sql: add NullInt16 and NullByteAriel Mashraki
2021-03-25database/sql: remove unnecessary types in composite literalsElias506
2021-02-25database/sql: close driver.Connector if it implements io.CloserIvan Trubach
2020-04-20database/sql: prevent Tx statement from committing after rollbackDaniel Theophanes
2020-03-29database/sql: add test for Conn.Validator interfaceDaniel Theophanes
2020-03-17database/sql: process all Session Resets synchronouslyDaniel Theophanes
2019-10-21database/sql: remove forced log import from testDmitri Shuralyov
2019-04-26database/sql: add NullInt32Daniel Theophanes
2019-04-05database/sql: add NullTimeDaniel Theophanes
2018-11-08database/sql: add support for returning cursors to clientDaniel Theophanes
2018-05-05database/sql: make error prefixes consistentDaniel Theophanes
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-01-25database/sql: buffers provided to Rows.Next should not be modified by driversDaniel Theophanes
2017-11-16database/sql: allow OpenConnector in a driver.Driver interfaceDaniel Theophanes
2017-10-25database/sql: ensure all driver interfaces are called under single lockDaniel Theophanes
2017-10-24database/sql: add driver.ResetSessioner and add pool supportDaniel Theophanes
2017-10-24Revert "database/sql: add driver.ResetSessioner and add pool support"Russ Cox
2017-10-24database/sql: add driver.ResetSessioner and add pool supportDaniel Theophanes
2017-10-17Revert "database/sql: prevent race in driver by locking dc in Next"Daniel Theophanes
2017-10-13database/sql: prevent race in driver by locking dc in NextDaniel Theophanes
2017-06-12database/sql: correct level of write to same var for race detectorDaniel Theophanes
2017-06-12database/sql: prevent race on Rows close with Tx RollbackDaniel Theophanes
2017-05-18database/sql: allow drivers to support custom arg typesDaniel Theophanes
2016-12-01database/sql: document expectations for named parametersDaniel Theophanes
2016-11-30database/sql: deflake query cancel testsDaniel Theophanes
2016-11-29database/sql: do not bypass the driver locks with Context methodsDaniel Theophanes
2016-10-18database/sql: support returning query database typesDaniel Theophanes
2016-10-17database/sql: add option to use named parameter in query argumentsDaniel Theophanes
2016-10-15database/sql: add support for multiple result setsDaniel Theophanes
2016-03-21all: delete dead test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-08database/sql: guard against panics in driver.Stmt implementationRuss Cox
2015-10-16database/sql: avoid deadlock waiting for connectionsChris Hines
2015-09-03database/sql: close bad connections in commit or rollback:Chris Hines
2015-04-08database/sql: Retry with a fresh connection after maxBadConnRetriesMarko Tiikkaja
2014-10-31database/sql: make TestDrivers not crash on second runBrad Fitzpatrick
2014-10-15database/sql: add Drivers, returning list of registered driversRuss Cox