summaryrefslogtreecommitdiff
path: root/src/database
Commit message (Expand)AuthorAgeFilesLines
* database/sql/driver: use correct method name "Connect" in DriverContext docsBrad Erickson2020-05-301-1/+1
* database/sql: form a complete sentence in code commentKevin Burke2020-05-081-2/+3
* database/sql: document Connect and Close may need a timeoutDaniel Theophanes2020-04-281-1/+9
* database/sql: fix incorrect function name in example_testVivian Liang2020-04-281-1/+1
* database/sql/driver: enhance driver package documentationDaniel Theophanes2020-04-271-0/+29
* database/sql: de-flake TestTxCannotCommitAfterRollbackDaniel Theophanes2020-04-222-1/+12
* database/sql: count connections expired in foreground with MaxLifetimeClosedColin2020-04-221-2/+8
* database/sql: on Tx rollback, retain connection if driver can reset sessionDaniel Theophanes2020-04-202-7/+50
* database/sql: prevent Tx statement from committing after rollbackDaniel Theophanes2020-04-203-12/+136
* database/sql: check conn expiry when returning to pool, not when handing it outDaniel Theophanes2020-04-202-1/+101
* database/sql: add test for Conn.Validator interfaceDaniel Theophanes2020-03-294-8/+39
* database/sql: add method Err on sql.RowTim Möhlmann2020-03-192-0/+26
* database/sql: fix variable name in exampleHarmen2020-03-181-1/+1
* database/sql: process all Session Resets synchronouslyDaniel Theophanes2020-03-173-78/+63
* database/sql: add SetConnMaxIdleTimeDaniel Theophanes2020-02-212-31/+149
* all: fix invalid invocations of Fatalf in goroutinesEmmanuel T Odeke2020-01-031-1/+5
* database/sql: remove forced log import from testDmitri Shuralyov2019-10-211-3/+0
* database/sql: preallocate list slice in Drivers()Julien Schmidt2019-09-301-1/+1
* all: fix typosAinar Garipov2019-09-084-5/+5
* std: remove unused bits of code all over the placeDaniel Martí2019-09-021-2/+0
* database/sql: add support for decimal interfaceDaniel Theophanes2019-06-135-7/+183
* database/sql: add Conn.Raw to expose the driver Conn safelyDaniel Theophanes2019-06-132-0/+83
* database/sql/driver: document Valuer must not panicDaniel Theophanes2019-06-131-0/+1
* database/sql: fix subject of unexported func commentBrad Fitzpatrick2019-05-141-1/+3
* all: simplify code using "gofmt -s -w"Shulhan2019-05-061-5/+5
* database/sql: add NullInt32Daniel Theophanes2019-04-263-0/+43
* database/sql: check if src is nil before converting to stringDaniel Theophanes2019-04-262-1/+13
* all: s/cancelation/cancellation/Josh Bleecher Snyder2019-04-161-1/+1
* database/sql: add NullTimeDaniel Theophanes2019-04-053-1/+44
* database/sql: add example for DB.Prepare and Tx.PrepareHasan Ozgan2019-03-251-0/+57
* database/sql: fix comment grammarAndrei Matei2019-03-071-1/+1
* database/sql/driver: fix typoZhou Peng2019-02-151-1/+1
* database/sql: document Stmt lifetimeJustin Li2019-02-081-0/+7
* database/sql: fix logic for pulling a Conn from DBDaniel Theophanes2019-01-141-1/+1
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* database/sql: add examples for opening and testing a DB poolDaniel Theophanes2018-11-163-23/+298
* database/sql: add support for returning cursors to clientDaniel Theophanes2018-11-085-8/+116
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* database/sql: add description to String method of IsolationLevel struct.Vladimir Kovpak2018-11-021-0/+1
* database/sql: prefer to return Rows.lasterr rather then a static errorDaniel Theophanes2018-10-291-9/+19
* database/sql: remove commented debug printsUmang Parmar2018-10-171-2/+0
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-081-1/+1
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-061-1/+1
* database/sql: improve unimplemented LastInsertId error messageTim2018-10-031-1/+1
* database/sql: correctly report MaxIdleClosed statDaniel Theophanes2018-10-022-4/+58
* database/sql: fix Rows.Columns() documentationAlexey Palazhchenko2018-09-031-2/+1
* database/sql: fix driverStmt.Close() comment typoFrédéric Guillot2018-08-031-1/+1
* database/sql: update doc related to per-connection stateEugene Kalinin2018-06-061-2/+2
* database/sql: add note to Scanner that the database owns valuesDaniel Theophanes2018-05-111-0/+4
* database/sql: add additional Stats to DBStatsDaniel Theophanes2018-05-111-12/+55