index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
sql
/
sql.go
Age
Commit message (
Expand
)
Author
2020-05-08
database/sql: form a complete sentence in code comment
Kevin Burke
2020-04-22
database/sql: de-flake TestTxCannotCommitAfterRollback
Daniel Theophanes
2020-04-22
database/sql: count connections expired in foreground with MaxLifetimeClosed
Colin
2020-04-20
database/sql: on Tx rollback, retain connection if driver can reset session
Daniel Theophanes
2020-04-20
database/sql: prevent Tx statement from committing after rollback
Daniel Theophanes
2020-04-20
database/sql: check conn expiry when returning to pool, not when handing it out
Daniel Theophanes
2020-03-29
database/sql: add test for Conn.Validator interface
Daniel Theophanes
2020-03-19
database/sql: add method Err on sql.Row
Tim Möhlmann
2020-03-17
database/sql: process all Session Resets synchronously
Daniel Theophanes
2020-02-21
database/sql: add SetConnMaxIdleTime
Daniel Theophanes
2019-09-30
database/sql: preallocate list slice in Drivers()
Julien Schmidt
2019-09-08
all: fix typos
Ainar Garipov
2019-06-13
database/sql: add Conn.Raw to expose the driver Conn safely
Daniel Theophanes
2019-04-26
database/sql: add NullInt32
Daniel Theophanes
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-04-05
database/sql: add NullTime
Daniel Theophanes
2019-02-08
database/sql: document Stmt lifetime
Justin Li
2019-01-14
database/sql: fix logic for pulling a Conn from DB
Daniel Theophanes
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-08
database/sql: add support for returning cursors to client
Daniel Theophanes
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
database/sql: add description to String method of IsolationLevel struct.
Vladimir Kovpak
2018-10-29
database/sql: prefer to return Rows.lasterr rather then a static error
Daniel Theophanes
2018-10-17
database/sql: remove commented debug prints
Umang Parmar
2018-10-02
database/sql: correctly report MaxIdleClosed stat
Daniel Theophanes
2018-09-03
database/sql: fix Rows.Columns() documentation
Alexey Palazhchenko
2018-08-03
database/sql: fix driverStmt.Close() comment typo
Frédéric Guillot
2018-06-06
database/sql: update doc related to per-connection state
Eugene Kalinin
2018-05-11
database/sql: add note to Scanner that the database owns values
Daniel Theophanes
2018-05-11
database/sql: add additional Stats to DBStats
Daniel Theophanes
2018-05-10
database/sql: check for nil connRequest.conn before use
Daniel Theophanes
2018-05-05
database/sql: make error prefixes consistent
Daniel Theophanes
2018-05-01
database/sql: trivial documentation fixes
Alexey Palazhchenko
2018-04-12
database/sql: remove a couple redundancies
dchenk
2018-04-11
database/sql: return context errors from Rows.Scan
Eric Rykwalder
2018-04-11
database/sql: clarify behavior of DB.Close
Daniel Theophanes
2018-03-27
database/sql: check to see if ctx is cancelable before await
Daniel Theophanes
2018-03-26
database/sql: fix docs to correctly refer to time.RFC3339Nano
Andrew Bonventre
2018-03-25
database/sql: add more examples
Kevin Burke
2018-03-07
database/sql: fix typo in comment
Tobias Klauser
2018-02-22
database/sql: add String method to IsolationLevel
Alexey Palazhchenko
2018-02-20
all: remove duplicate word "the"
Ryuma Yoshida
2018-02-13
database/sql: remove duplicate validation
Tamir Duberstein
2018-02-13
database/sql: include SQL column name in Scan() error message
HaraldNordgren
2018-01-03
database/sql: fix nil pointer use within withLock
Daniel Theophanes
2017-12-05
database/sql: fix transaction leak
kirk
2017-11-18
database/sql: check for arg counts after eliminating arguments
Daniel Theophanes
2017-11-16
database/sql: allow OpenConnector in a driver.Driver interface
Daniel Theophanes
2017-11-15
database/sql/driver: rename ResetSessioner to SessionResetter
Russ Cox
2017-11-14
database/sql: do not leak the connectionResetter goroutine
Daniel Theophanes
[prev]
[next]