]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.2] database/sql: Use all connections in pool
authorRuss Cox <rsc@golang.org>
Fri, 28 Feb 2014 03:43:10 +0000 (22:43 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 28 Feb 2014 03:43:10 +0000 (22:43 -0500)
commitd905670c2ee3efe6b08d6c8de292be46f1e1eca1
tree8d3776becdb2b3c882bd584495e0374022d4fb19
parent402d3590b54e4a0df9fb51ed14b2999e85ce0b76
[release-branch.go1.2] database/sql: Use all connections in pool

««« CL 40410043 / 8a7ac002f840
database/sql: Use all connections in pool

The last connection in the pool was not being handed out correctly.

R=golang-codereviews, gobot, bradfitz
CC=golang-codereviews
https://golang.org/cl/40410043

»»»

LGTM=r
R=golang-codereviews, r
CC=golang-dev
https://golang.org/cl/68820044
src/pkg/database/sql/sql.go
src/pkg/database/sql/sql_test.go