index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
database/sql: fix wrong method name in description
Alexey Palazhchenko
2017-07-18
1
-1
/
+1
*
database/sql: fix outdated package name in doc.txt
Martin Garton
2017-06-30
1
-1
/
+1
*
database/sql: ensure a Stmt from a Conn executes on the same driver.Conn
Daniel Theophanes
2017-06-13
2
-94
/
+154
*
database/sql: correct level of write to same var for race detector
Daniel Theophanes
2017-06-12
2
-34
/
+51
*
database/sql: properly document QueryRow
Sarah Adams
2017-06-12
1
-0
/
+15
*
database/sql: prevent race on Rows close with Tx Rollback
Daniel Theophanes
2017-06-12
3
-12
/
+85
*
Revert "database/sql: Use Tx.ctx in Tx non-context methods"
Daniel Theophanes
2017-06-12
2
-34
/
+5
*
database/sql: Use Tx.ctx in Tx non-context methods
Bulat Gaifullin
2017-06-07
2
-5
/
+34
*
database/sql: ensure Rows is closed when Tx closes
Daniel Theophanes
2017-06-05
2
-13
/
+56
*
database/sql: allow Stmt Query and Exec methods to open a new conn
Daniel Theophanes
2017-05-22
2
-7
/
+54
*
database/sql: allow drivers to support custom arg types
Daniel Theophanes
2017-05-18
6
-90
/
+360
*
database/sql: ensure releaseConn is defined before a possible close
Daniel Theophanes
2017-04-28
2
-1
/
+46
*
database/sql: allow using a single connection from the database
Daniel Theophanes
2017-04-24
2
-5
/
+283
*
database/sql: correctly guard the query Row preventing early release
Daniel Theophanes
2017-04-12
2
-6
/
+13
*
database/sql: de-duplicate various methods
Daniel Theophanes
2017-04-12
1
-50
/
+41
*
database/sql: support scanning into user defined string types
Daniel Theophanes
2017-03-31
3
-3
/
+42
*
database/sql: fix spelling mistake in tests
Kevin Burke
2017-03-08
1
-1
/
+1
*
database/sql: proper prepared statement support in transactions
Sarah Adams
2017-03-08
2
-31
/
+265
*
database/sql: convert test timeouts to explicit waits with checks
Daniel Theophanes
2017-02-13
1
-20
/
+37
*
database/sql: ensure driverConns are closed if not returned to pool
Daniel Theophanes
2017-02-10
1
-2
/
+2
*
database/sql: replace the expr of timeunit * N with N * timeunit in test
Mikio Hara
2017-02-09
1
-7
/
+7
*
database/sql: fix nits in test
Mikio Hara
2017-02-09
1
-3
/
+5
*
database/sql: do not exhaust connection pool on conn request timeout
Daniel Theophanes
2017-02-09
2
-13
/
+93
*
database/sql: fix typo
Kevin Burke
2017-02-09
1
-1
/
+1
*
database/sql: record the context error in Rows if canceled
Daniel Theophanes
2017-02-08
3
-66
/
+100
*
database/sql: fix spelling mistake
Kevin Burke
2017-02-01
2
-2
/
+2
*
database/sql: fix race when canceling queries immediately
Daniel Theophanes
2017-01-26
2
-35
/
+147
*
database/sql: let tests wait for db pool to come to expected state
Daniel Theophanes
2017-01-25
1
-16
/
+16
*
all: fix misspellings
shawnps
2017-01-07
1
-1
/
+1
*
database/sql: fix typo and wording
Kevin Burke
2017-01-02
1
-6
/
+6
*
database/sql: prevent Tx.rollback from racing Tx.close
Daniel Theophanes
2017-01-02
2
-5
/
+52
*
database/sql: do not store Tx options in Context
Daniel Theophanes
2016-12-14
5
-77
/
+56
*
database/sql: use complete sentences in new docs
Brad Fitzpatrick
2016-12-09
1
-6
/
+13
*
database/sql: document that drivers may not return right after cancel
Daniel Theophanes
2016-12-09
1
-1
/
+4
*
database/sql: ensure Commit and Rollback return ErrTxDone
Daniel Theophanes
2016-12-01
2
-3
/
+34
*
database/sql: document expectations for named parameters
Daniel Theophanes
2016-12-01
5
-9
/
+35
*
database/sql: deflake query cancel tests
Daniel Theophanes
2016-11-30
2
-5
/
+26
*
database/sql: rename NamedParam to NamedArg and Param to Named
Daniel Theophanes
2016-11-30
3
-12
/
+23
*
database/sql: do not bypass the driver locks with Context methods
Daniel Theophanes
2016-11-29
5
-217
/
+242
*
database/sql: force users of NamedParam to name struct literals fields
Brad Fitzpatrick
2016-11-24
1
-0
/
+2
*
database/sql: fix TestPendingConnsAfterErr
Daniel Theophanes
2016-11-22
1
-9
/
+31
*
database/sql: ensure all driver Stmt are closed once
Daniel Theophanes
2016-11-17
2
-77
/
+88
*
database/sql: additional underlying types in DefaultValueConverter
Scott Bell
2016-11-17
2
-3
/
+29
*
database/sql: guard against driver.Stmt.Close panics
Daniel Theophanes
2016-11-16
1
-11
/
+13
*
database/sql: clarify when statement in transaction is closed
Ian Lance Taylor
2016-11-16
1
-6
/
+6
*
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-15
1
-1
/
+2
*
database/sql: correctly spell constants
Kevin Burke
2016-10-31
1
-3
/
+5
*
database/sql: add Pinger interface to driver Conn
INADA Naoki
2016-10-31
3
-6
/
+73
*
database/sql: add context helper methods and transaction types
Daniel Theophanes
2016-10-30
4
-8
/
+94
*
database/sql: fix possible context leak in test
Alexander Döring
2016-10-24
1
-0
/
+1
[next]