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
Age
Commit message (
Expand
)
Author
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
2018-02-13
database/sql: remove duplicate validation
Tamir Duberstein
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
2018-01-25
database/sql: fix TestConversions when count > 1
Daniel Theophanes
2018-01-03
database/sql: fix nil pointer use within withLock
Daniel Theophanes
2017-12-18
database/sql/driver: update Value doc, can be driver supported type
Daniel Theophanes
2017-12-06
database/sql/driver: explain Driver vs DriverContext vs Connector
Russ Cox
2017-12-05
database/sql: fix transaction leak
kirk
2017-11-18
database/sql: check for arg counts after eliminating arguments
Daniel Theophanes
2017-11-16
database/sql: allow OpenConnector in a driver.Driver interface
Daniel Theophanes
2017-11-16
database/sql/driver: document that Execer, Queryer need not be implemented
Russ Cox
2017-11-15
database/sql: fix ctx.Done() == nil check
Russ Cox
2017-11-15
database/sql/driver: rename ResetSessioner to SessionResetter
Russ Cox
2017-11-14
database/sql: do not leak the connectionResetter goroutine
Daniel Theophanes
2017-11-04
all: change github.com issue links to golang.org
Leigh McCulloch
2017-10-25
database/sql: scan into *time.Time without reflection
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-18
database/sql: fix example usage of Out
Tim Cooper
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-10-01
database/sql: convertAssign string and time.Time into RawBytes
Cyrill Schumacher
2017-09-27
database/sql: TestConversions add forgotten fields wantbytes and wantraw
Cyrill Schumacher
2017-09-24
database/sql: update minor sql docs
Daniel Theophanes
2017-09-23
database/sql: add OpenDB to directly create a *DB without a DSN.
James Lawrence
2017-09-08
database/sql: fix Conn's doc typo
Davor Kapsa
2017-08-23
all: fix easy-to-miss typos
Agniva De Sarker
[prev]
[next]