aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/sql.go
AgeCommit message (Expand)Author
2021-03-30[release-branch.go1.15] database/sql: fix tx stmt deadlock when rollbackEmmanuel T Odeke
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
2018-04-11database/sql: clarify behavior of DB.CloseDaniel Theophanes
2018-03-27database/sql: check to see if ctx is cancelable before awaitDaniel Theophanes
2018-03-26database/sql: fix docs to correctly refer to time.RFC3339NanoAndrew Bonventre
2018-03-25database/sql: add more examplesKevin Burke
2018-03-07database/sql: fix typo in commentTobias Klauser
2018-02-22database/sql: add String method to IsolationLevelAlexey Palazhchenko
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-02-13database/sql: remove duplicate validationTamir Duberstein
2018-02-13database/sql: include SQL column name in Scan() error messageHaraldNordgren
2018-01-03database/sql: fix nil pointer use within withLockDaniel Theophanes
2017-12-05database/sql: fix transaction leakkirk
2017-11-18database/sql: check for arg counts after eliminating argumentsDaniel Theophanes
2017-11-16database/sql: allow OpenConnector in a driver.Driver interfaceDaniel Theophanes
2017-11-15database/sql/driver: rename ResetSessioner to SessionResetterRuss Cox