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
2017-07-18
database/sql: fix wrong method name in description
Alexey Palazhchenko
2017-06-13
database/sql: ensure a Stmt from a Conn executes on the same driver.Conn
Daniel Theophanes
2017-06-12
database/sql: properly document QueryRow
Sarah Adams
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-04-12
database/sql: de-duplicate various methods
Daniel Theophanes
2017-03-08
database/sql: proper prepared statement support in transactions
Sarah Adams
2017-02-10
database/sql: ensure driverConns are closed if not returned to pool
Daniel Theophanes
2017-02-09
database/sql: do not exhaust connection pool on conn request timeout
Daniel Theophanes
2017-02-09
database/sql: fix typo
Kevin Burke
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-07
all: fix misspellings
shawnps
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-09
database/sql: use complete sentences in new docs
Brad Fitzpatrick
2016-12-09
database/sql: document that drivers may not return right after cancel
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: 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
2016-11-24
database/sql: force users of NamedParam to name struct literals fields
Brad Fitzpatrick
2016-11-17
database/sql: ensure all driver Stmt are closed once
Daniel Theophanes
2016-11-16
database/sql: guard against driver.Stmt.Close panics
Daniel Theophanes
2016-11-16
database/sql: clarify when statement in transaction is closed
Ian Lance Taylor
2016-10-31
database/sql: correctly spell constants
Kevin Burke
2016-10-31
database/sql: add Pinger interface to driver Conn
INADA Naoki
2016-10-30
database/sql: add context helper methods and transaction types
Daniel Theophanes
2016-10-20
database/sql: add missing unlock when context is expired
Daniel Theophanes
2016-10-18
database/sql: support returning query database types
Daniel Theophanes
2016-10-17
database/sql: add option to use named parameter in query arguments
Daniel Theophanes
2016-10-15
database/sql: add support for multiple result sets
Daniel Theophanes
2016-10-04
database/sql: fixup remaining driver call to use context
Daniel Theophanes
2016-09-29
database/sql: close Rows when context is cancelled
Daniel Theophanes
2016-09-27
database/sql: add context methods
Daniel Theophanes
2016-09-27
database/sql: add doc comment for ErrTxDone
Sam Whited
2016-08-29
database/sql: don't hang if the driver Exec method panics
Ian Lance Taylor
2016-06-28
database/sql: deflake TestPendingConnsAfterErr and fix races, panics
Brad Fitzpatrick
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-21
all: use cannot instead of can not
Josh Bleecher Snyder
2016-01-27
database/sql: implement Scan of time.Time, document, clarify Scan error text
Brad Fitzpatrick
[prev]
[next]