aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/sql_test.go
AgeCommit message (Expand)Author
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
2020-03-19database/sql: add method Err on sql.RowTim Möhlmann
2020-02-21database/sql: add SetConnMaxIdleTimeDaniel Theophanes
2020-01-03all: fix invalid invocations of Fatalf in goroutinesEmmanuel T Odeke
2019-09-08all: fix typosAinar Garipov
2019-06-13database/sql: add support for decimal interfaceDaniel Theophanes
2019-06-13database/sql: add Conn.Raw to expose the driver Conn safelyDaniel Theophanes
2019-04-26database/sql: add NullInt32Daniel Theophanes
2019-04-26database/sql: check if src is nil before converting to stringDaniel Theophanes
2019-04-05database/sql: add NullTimeDaniel Theophanes
2018-11-08database/sql: add support for returning cursors to clientDaniel Theophanes
2018-10-08all: fix a bunch of misspellingsIgor Zhilianin
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-10-02database/sql: correctly report MaxIdleClosed statDaniel Theophanes
2018-04-11database/sql: return context errors from Rows.ScanEric Rykwalder
2018-02-20all: fix misspellingsShawn Smith
2018-02-13database/sql: include SQL column name in Scan() error messageHaraldNordgren
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-24database/sql: allow drivers to only implement Context variantsDaniel 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-10-04database/sql: fix unreachable code in ColumnTypes testJulien Schmidt
2017-09-23database/sql: add OpenDB to directly create a *DB without a DSN.James Lawrence
2017-08-23all: fix easy-to-miss typosAgniva De Sarker
2017-08-09database/sql: fail on unsupported options when context is un-cancellableMatt Dee
2017-06-13database/sql: ensure a Stmt from a Conn executes on the same driver.ConnDaniel 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-06-12Revert "database/sql: Use Tx.ctx in Tx non-context methods"Daniel Theophanes
2017-06-07database/sql: Use Tx.ctx in Tx non-context methodsBulat Gaifullin
2017-06-05database/sql: ensure Rows is closed when Tx closesDaniel Theophanes