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
Age
Commit message (
Expand
)
Author
2020-07-16
[release-branch.go1.14] database/sql: backport 5 Tx rollback related CLs
Emmanuel T Odeke
2020-01-03
all: fix invalid invocations of Fatalf in goroutines
Emmanuel T Odeke
2019-10-21
database/sql: remove forced log import from test
Dmitri Shuralyov
2019-09-30
database/sql: preallocate list slice in Drivers()
Julien Schmidt
2019-09-08
all: fix typos
Ainar Garipov
2019-09-02
std: remove unused bits of code all over the place
Daniel Martí
2019-06-13
database/sql: add support for decimal interface
Daniel Theophanes
2019-06-13
database/sql: add Conn.Raw to expose the driver Conn safely
Daniel Theophanes
2019-06-13
database/sql/driver: document Valuer must not panic
Daniel Theophanes
2019-05-14
database/sql: fix subject of unexported func comment
Brad Fitzpatrick
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2019-04-26
database/sql: add NullInt32
Daniel Theophanes
2019-04-26
database/sql: check if src is nil before converting to string
Daniel Theophanes
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-04-05
database/sql: add NullTime
Daniel Theophanes
2019-03-25
database/sql: add example for DB.Prepare and Tx.Prepare
Hasan Ozgan
2019-03-07
database/sql: fix comment grammar
Andrei Matei
2019-02-15
database/sql/driver: fix typo
Zhou Peng
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-16
database/sql: add examples for opening and testing a DB pool
Daniel Theophanes
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-08
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-03
database/sql: improve unimplemented LastInsertId error message
Tim
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-19
database/sql: remove unnecessary else conditions
weeellz
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: fix misspellings
Shawn Smith
2018-02-20
all: remove duplicate word "the"
Ryuma Yoshida
[next]