aboutsummaryrefslogtreecommitdiff
path: root/src/database
AgeCommit message (Expand)Author
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
2018-02-13database/sql: remove duplicate validationTamir Duberstein
2018-02-13database/sql: include SQL column name in Scan() error messageHaraldNordgren
2018-01-25database/sql: buffers provided to Rows.Next should not be modified by driversDaniel Theophanes
2018-01-25database/sql: fix TestConversions when count > 1Daniel Theophanes
2018-01-03database/sql: fix nil pointer use within withLockDaniel Theophanes
2017-12-18database/sql/driver: update Value doc, can be driver supported typeDaniel Theophanes
2017-12-06database/sql/driver: explain Driver vs DriverContext vs ConnectorRuss Cox
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-16database/sql/driver: document that Execer, Queryer need not be implementedRuss Cox
2017-11-15database/sql: fix ctx.Done() == nil checkRuss Cox
2017-11-15database/sql/driver: rename ResetSessioner to SessionResetterRuss Cox
2017-11-14database/sql: do not leak the connectionResetter goroutineDaniel Theophanes
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-10-25database/sql: scan into *time.Time without reflectionDaniel Theophanes
2017-10-25database/sql: ensure all driver interfaces are called under single lockDaniel Theophanes
2017-10-24database/sql: add driver.ResetSessioner and add pool supportDaniel Theophanes
2017-10-24Revert "database/sql: add driver.ResetSessioner and add pool support"Russ Cox
2017-10-24database/sql: add driver.ResetSessioner and add pool supportDaniel Theophanes
2017-10-24database/sql: allow drivers to only implement Context variantsDaniel Theophanes
2017-10-18database/sql: fix example usage of OutTim Cooper
2017-10-17Revert "database/sql: prevent race in driver by locking dc in Next"Daniel Theophanes
2017-10-13database/sql: prevent race in driver by locking dc in NextDaniel Theophanes
2017-10-04database/sql: fix unreachable code in ColumnTypes testJulien Schmidt
2017-10-01database/sql: convertAssign string and time.Time into RawBytesCyrill Schumacher
2017-09-27database/sql: TestConversions add forgotten fields wantbytes and wantrawCyrill Schumacher
2017-09-24database/sql: update minor sql docsDaniel Theophanes
2017-09-23database/sql: add OpenDB to directly create a *DB without a DSN.James Lawrence