aboutsummaryrefslogtreecommitdiff
path: root/src/database
AgeCommit message (Expand)Author
2023-07-07src/database/sql: run gofmtThan McIntosh
2023-07-05database/sql: prevent internal context error from being returned from Rows.Err()zikaeroh
2023-06-13database/sql: fix flake in TestContextCancelDuringRawBytesScanRuss Cox
2023-05-26database/sql: fix regression from earlier RawBytes fixBrad Fitzpatrick
2023-05-24database/sql: make RawBytes safely usable with contextsBrad Fitzpatrick
2023-04-04database/sql,testing/quick: use reflect.Value.SetZeroDaniel Martí
2023-03-14database/sql: remove a distracting alloc, use atomic.BoolBrad Fitzpatrick
2022-11-14database/sql: add a missing period to end of sentence in Rows.Scan docsBrad Fitzpatrick
2022-09-28database: use bytes.Clonecuiweixie
2022-09-15database: convert DB.{waitDuration,numClosed} to atomic typecuiweixie
2022-09-08database: convert Tx.done to atomic typecuiweixie
2022-09-07database/sql: simplify retry logic when the connection is badJinzhu
2022-07-11database/sql: make TestTxContextWaitNoDiscard test more robustDmitri Goutnik
2022-06-04database/sql/driver: fix typo in driver.gomstmdev
2022-05-19database/sql: fix close rows error ignored in NextJinzhu
2022-05-17all: fix spellingJohn Bampton
2022-05-17all: fix spellingJohn Bampton
2022-05-14database/sql: follow convention for field namingJinzhu
2022-05-08all: fix some lint issuesRyan Leung
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-02-16database/sql: make WAIT tests more robust, rely on waiter triggerDaniel Theophanes
2022-01-13database/sql: consolidate test polling loopsBryan C. Mills
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-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-09-14all: remove some unused codeAlexander Melentyev
2021-09-04database/sql: improve the documentation of Conn.Rawkorzhao
2021-06-21database/sql: fix deadlock test in prepare statementDaniel Theophanes
2021-06-19database/sql: do not rely on timeout for deadlock testDaniel Theophanes
2021-05-04database/sql: add NullInt16 and NullByteAriel Mashraki
2021-04-10all: fix spellingsNaman Gera
2021-03-25database/sql: remove unnecessary types in composite literalsElias506
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
2021-02-24database: remove race in TestTxContextWaitJosh Bleecher Snyder
2020-12-10database/sql: fix typo in commentHein Khant Zaw
2020-10-31database/sql, runtime: correct *.Fatal inside goroutines in testsEmmanuel T Odeke
2020-10-29database/sql: fix TestTxStmtDeadlock testTzu-Chiao Yeh
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-30database/sql/driver: use correct method name "Connect" in DriverContext docsBrad Erickson
2020-05-08database/sql: form a complete sentence in code commentKevin Burke
2020-04-28database/sql: document Connect and Close may need a timeoutDaniel Theophanes