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_test.go
Age
Commit message (
Expand
)
Author
2018-11-08
database/sql: add support for returning cursors to client
Daniel Theophanes
2018-10-08
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-02
database/sql: correctly report MaxIdleClosed stat
Daniel Theophanes
2018-04-11
database/sql: return context errors from Rows.Scan
Eric Rykwalder
2018-02-20
all: fix misspellings
Shawn Smith
2018-02-13
database/sql: include SQL column name in Scan() error message
HaraldNordgren
2018-01-25
database/sql: buffers provided to Rows.Next should not be modified by drivers
Daniel Theophanes
2017-11-16
database/sql: allow OpenConnector in a driver.Driver interface
Daniel Theophanes
2017-10-25
database/sql: ensure all driver interfaces are called under single lock
Daniel Theophanes
2017-10-24
database/sql: add driver.ResetSessioner and add pool support
Daniel Theophanes
2017-10-24
Revert "database/sql: add driver.ResetSessioner and add pool support"
Russ Cox
2017-10-24
database/sql: add driver.ResetSessioner and add pool support
Daniel Theophanes
2017-10-24
database/sql: allow drivers to only implement Context variants
Daniel Theophanes
2017-10-17
Revert "database/sql: prevent race in driver by locking dc in Next"
Daniel Theophanes
2017-10-13
database/sql: prevent race in driver by locking dc in Next
Daniel Theophanes
2017-10-04
database/sql: fix unreachable code in ColumnTypes test
Julien Schmidt
2017-09-23
database/sql: add OpenDB to directly create a *DB without a DSN.
James Lawrence
2017-08-23
all: fix easy-to-miss typos
Agniva De Sarker
2017-08-09
database/sql: fail on unsupported options when context is un-cancellable
Matt Dee
2017-06-13
database/sql: ensure a Stmt from a Conn executes on the same driver.Conn
Daniel Theophanes
2017-06-12
database/sql: correct level of write to same var for race detector
Daniel Theophanes
2017-06-12
database/sql: prevent race on Rows close with Tx Rollback
Daniel Theophanes
2017-06-12
Revert "database/sql: Use Tx.ctx in Tx non-context methods"
Daniel Theophanes
2017-06-07
database/sql: Use Tx.ctx in Tx non-context methods
Bulat Gaifullin
2017-06-05
database/sql: ensure Rows is closed when Tx closes
Daniel Theophanes
2017-05-22
database/sql: allow Stmt Query and Exec methods to open a new conn
Daniel Theophanes
2017-05-18
database/sql: allow drivers to support custom arg types
Daniel Theophanes
2017-04-28
database/sql: ensure releaseConn is defined before a possible close
Daniel Theophanes
2017-04-24
database/sql: allow using a single connection from the database
Daniel Theophanes
2017-04-12
database/sql: correctly guard the query Row preventing early release
Daniel Theophanes
2017-03-31
database/sql: support scanning into user defined string types
Daniel Theophanes
2017-03-08
database/sql: fix spelling mistake in tests
Kevin Burke
2017-03-08
database/sql: proper prepared statement support in transactions
Sarah Adams
2017-02-13
database/sql: convert test timeouts to explicit waits with checks
Daniel Theophanes
2017-02-09
database/sql: replace the expr of timeunit * N with N * timeunit in test
Mikio Hara
2017-02-09
database/sql: fix nits in test
Mikio Hara
2017-02-09
database/sql: do not exhaust connection pool on conn request timeout
Daniel Theophanes
2017-02-08
database/sql: record the context error in Rows if canceled
Daniel Theophanes
2017-02-01
database/sql: fix spelling mistake
Kevin Burke
2017-01-26
database/sql: fix race when canceling queries immediately
Daniel Theophanes
2017-01-25
database/sql: let tests wait for db pool to come to expected state
Daniel Theophanes
2017-01-02
database/sql: fix typo and wording
Kevin Burke
2017-01-02
database/sql: prevent Tx.rollback from racing Tx.close
Daniel Theophanes
2016-12-14
database/sql: do not store Tx options in Context
Daniel Theophanes
2016-12-01
database/sql: ensure Commit and Rollback return ErrTxDone
Daniel Theophanes
2016-12-01
database/sql: document expectations for named parameters
Daniel Theophanes
2016-11-30
database/sql: deflake query cancel tests
Daniel Theophanes
2016-11-30
database/sql: rename NamedParam to NamedArg and Param to Named
Daniel Theophanes
2016-11-29
database/sql: do not bypass the driver locks with Context methods
Daniel Theophanes
[prev]
[next]