aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/sql.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11database/sql: prevent closes slices from assigning to free connPavel
2021-11-03database/sql: fix tx.Prepare documentationMostafa Solati
2021-11-03database/sql: use errors.Is when checking ErrBadConnDaniel Theophanes
2021-11-03database/sql: Fix idle connection reuseSteven Hartland
2021-09-04database/sql: improve the documentation of Conn.Rawkorzhao
2021-05-04database/sql: add NullInt16 and NullByteAriel Mashraki
2021-04-10all: fix spellingsNaman Gera
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
2020-12-10database/sql: fix typo in commentHein Khant Zaw
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-08database/sql: form a complete sentence in code commentKevin Burke
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-17database/sql: process all Session Resets synchronouslyDaniel Theophanes
2020-02-21database/sql: add SetConnMaxIdleTimeDaniel Theophanes
2019-09-30database/sql: preallocate list slice in Drivers()Julien Schmidt
2019-09-08all: fix typosAinar Garipov
2019-06-13database/sql: add Conn.Raw to expose the driver Conn safelyDaniel Theophanes
2019-04-26database/sql: add NullInt32Daniel Theophanes
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-04-05database/sql: add NullTimeDaniel Theophanes
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-08database/sql: add support for returning cursors to clientDaniel Theophanes
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-11-02database/sql: add description to String method of IsolationLevel struct.Vladimir Kovpak
2018-10-29database/sql: prefer to return Rows.lasterr rather then a static errorDaniel Theophanes
2018-10-17database/sql: remove commented debug printsUmang Parmar
2018-10-02database/sql: correctly report MaxIdleClosed statDaniel Theophanes
2018-09-03database/sql: fix Rows.Columns() documentationAlexey Palazhchenko
2018-08-03database/sql: fix driverStmt.Close() comment typoFrédéric Guillot
2018-06-06database/sql: update doc related to per-connection stateEugene Kalinin
2018-05-11database/sql: add note to Scanner that the database owns valuesDaniel Theophanes
2018-05-11database/sql: add additional Stats to DBStatsDaniel Theophanes
2018-05-10database/sql: check for nil connRequest.conn before useDaniel Theophanes
2018-05-05database/sql: make error prefixes consistentDaniel Theophanes
2018-05-01database/sql: trivial documentation fixesAlexey Palazhchenko
2018-04-12database/sql: remove a couple redundanciesdchenk
2018-04-11database/sql: return context errors from Rows.ScanEric Rykwalder