aboutsummaryrefslogtreecommitdiff
path: root/src/database
AgeCommit message (Expand)Author
2021-05-04database/sql: add NullInt16 and NullByteAriel Mashraki
2021-04-10all: fix spellingsNaman Gera
2021-03-25database/sql: remove unnecessary types in composite literalsElias506
2021-03-11docs: clarify when APIs use context.Background.Matt T. Proud
2021-02-25database/sql: close driver.Connector if it implements io.CloserIvan Trubach
2021-02-24database: remove race in TestTxContextWaitJosh Bleecher Snyder
2020-12-10database/sql: fix typo in commentHein Khant Zaw
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-10-27database/sql: fix comment on DB.stop()Ayzat Sadykov
2020-08-29database/sql: shortestIdleTimeLocked correct min comparisonShinnosuke Sawada
2020-08-14database/sql: make Rows.Scan properly wrap underlying errorsTim Möhlmann
2020-05-30database/sql/driver: use correct method name "Connect" in DriverContext docsBrad Erickson
2020-05-08database/sql: form a complete sentence in code commentKevin Burke
2020-04-28database/sql: document Connect and Close may need a timeoutDaniel Theophanes
2020-04-28database/sql: fix incorrect function name in example_testVivian Liang
2020-04-27database/sql/driver: enhance driver package documentationDaniel Theophanes
2020-04-22database/sql: de-flake TestTxCannotCommitAfterRollbackDaniel Theophanes
2020-04-22database/sql: count connections expired in foreground with MaxLifetimeClosedColin
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-03-18database/sql: fix variable name in exampleHarmen
2020-03-17database/sql: process all Session Resets synchronouslyDaniel Theophanes
2020-02-21database/sql: add SetConnMaxIdleTimeDaniel Theophanes
2020-01-03all: fix invalid invocations of Fatalf in goroutinesEmmanuel T Odeke
2019-10-21database/sql: remove forced log import from testDmitri Shuralyov
2019-09-30database/sql: preallocate list slice in Drivers()Julien Schmidt
2019-09-08all: fix typosAinar Garipov
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
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-06-13database/sql/driver: document Valuer must not panicDaniel Theophanes
2019-05-14database/sql: fix subject of unexported func commentBrad Fitzpatrick
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-04-26database/sql: add NullInt32Daniel Theophanes
2019-04-26database/sql: check if src is nil before converting to stringDaniel Theophanes
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-04-05database/sql: add NullTimeDaniel Theophanes
2019-03-25database/sql: add example for DB.Prepare and Tx.PrepareHasan Ozgan
2019-03-07database/sql: fix comment grammarAndrei Matei
2019-02-15database/sql/driver: fix typoZhou Peng
2019-02-08database/sql: document Stmt lifetimeJustin Li
2019-01-14database/sql: fix logic for pulling a Conn from DBDaniel Theophanes
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-16database/sql: add examples for opening and testing a DB poolDaniel Theophanes
2018-11-08database/sql: add support for returning cursors to clientDaniel Theophanes