aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql
AgeCommit message (Expand)Author
2020-07-16[release-branch.go1.14] database/sql: backport 5 Tx rollback related CLsEmmanuel T Odeke
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
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-08all: fix a bunch of misspellingsIgor Zhilianin
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-10-03database/sql: improve unimplemented LastInsertId error messageTim
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-19database/sql: remove unnecessary else conditionsweeellz
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: fix misspellingsShawn Smith
2018-02-20all: remove duplicate word "the"Ryuma Yoshida