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
/
sql_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
database/sql: ensure a Stmt from a Conn executes on the same driver.Conn
Daniel Theophanes
2017-06-13
1
-1
/
+37
*
database/sql: correct level of write to same var for race detector
Daniel Theophanes
2017-06-12
1
-8
/
+4
*
database/sql: prevent race on Rows close with Tx Rollback
Daniel Theophanes
2017-06-12
1
-11
/
+64
*
Revert "database/sql: Use Tx.ctx in Tx non-context methods"
Daniel Theophanes
2017-06-12
1
-29
/
+0
*
database/sql: Use Tx.ctx in Tx non-context methods
Bulat Gaifullin
2017-06-07
1
-0
/
+29
*
database/sql: ensure Rows is closed when Tx closes
Daniel Theophanes
2017-06-05
1
-0
/
+26
*
database/sql: allow Stmt Query and Exec methods to open a new conn
Daniel Theophanes
2017-05-22
1
-1
/
+40
*
database/sql: allow drivers to support custom arg types
Daniel Theophanes
2017-05-18
1
-0
/
+125
*
database/sql: ensure releaseConn is defined before a possible close
Daniel Theophanes
2017-04-28
1
-0
/
+40
*
database/sql: allow using a single connection from the database
Daniel Theophanes
2017-04-24
1
-0
/
+88
*
database/sql: correctly guard the query Row preventing early release
Daniel Theophanes
2017-04-12
1
-1
/
+0
*
database/sql: support scanning into user defined string types
Daniel Theophanes
2017-03-31
1
-0
/
+18
*
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
1
-0
/
+190
*
database/sql: convert test timeouts to explicit waits with checks
Daniel Theophanes
2017-02-13
1
-20
/
+37
*
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
1
-0
/
+57
*
database/sql: record the context error in Rows if canceled
Daniel Theophanes
2017-02-08
1
-3
/
+7
*
database/sql: fix spelling mistake
Kevin Burke
2017-02-01
1
-1
/
+1
*
database/sql: fix race when canceling queries immediately
Daniel Theophanes
2017-01-26
1
-8
/
+83
*
database/sql: let tests wait for db pool to come to expected state
Daniel Theophanes
2017-01-25
1
-16
/
+16
*
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
1
-0
/
+48
*
database/sql: do not store Tx options in Context
Daniel Theophanes
2016-12-14
1
-1
/
+1
*
database/sql: ensure Commit and Rollback return ErrTxDone
Daniel Theophanes
2016-12-01
1
-0
/
+31
*
database/sql: document expectations for named parameters
Daniel Theophanes
2016-12-01
1
-2
/
+2
*
database/sql: deflake query cancel tests
Daniel Theophanes
2016-11-30
1
-4
/
+15
*
database/sql: rename NamedParam to NamedArg and Param to Named
Daniel Theophanes
2016-11-30
1
-3
/
+3
*
database/sql: do not bypass the driver locks with Context methods
Daniel Theophanes
2016-11-29
1
-4
/
+76
*
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
1
-1
/
+1
*
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-15
1
-1
/
+2
*
database/sql: add Pinger interface to driver Conn
INADA Naoki
2016-10-31
1
-0
/
+44
*
database/sql: fix possible context leak in test
Alexander Döring
2016-10-24
1
-0
/
+1
*
database/sql: update the conversion errors to be clearer
Daniel Theophanes
2016-10-21
1
-2
/
+2
*
database/sql: support returning query database types
Daniel Theophanes
2016-10-18
1
-0
/
+50
*
database/sql: add option to use named parameter in query arguments
Daniel Theophanes
2016-10-17
1
-0
/
+47
*
database/sql: add support for multiple result sets
Daniel Theophanes
2016-10-15
1
-0
/
+76
*
database/sql: close Rows when context is cancelled
Daniel Theophanes
2016-09-29
1
-0
/
+58
*
database/sql: add context methods
Daniel Theophanes
2016-09-27
1
-3
/
+6
*
database/sql: don't hang if the driver Exec method panics
Ian Lance Taylor
2016-08-29
1
-0
/
+47
*
database/sql: deflake TestPendingConnsAfterErr and fix races, panics
Brad Fitzpatrick
2016-06-28
1
-2
/
+4
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-1
/
+1
*
all: fix typos and spelling
Martin Möhrmann
2016-02-24
1
-1
/
+1
*
database/sql: guard against panics in driver.Stmt implementation
Russ Cox
2016-01-08
1
-0
/
+40
*
database/sql: Add DB.SetConnMaxLifetime
INADA Naoki
2015-12-02
1
-30
/
+101
*
database/sql: avoid deadlock waiting for connections
Chris Hines
2015-10-16
1
-0
/
+61
*
database/sql: fix case where Stmt.Close discards error
Ian Gudger
2015-10-02
1
-0
/
+38
*
database/sql: close bad connections in commit or rollback:
Chris Hines
2015-09-03
1
-0
/
+71
[next]