|
|
|
database/sql: Use all connections in pool
The last connection in the pool was not being handed out correctly.
Patch Set 1 #Patch Set 2 : diff -r 812d1128f288 https://code.google.com/p/go #Patch Set 3 : diff -r 812d1128f288 https://code.google.com/p/go #
Total messages: 5
|
johto
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
|
12 years, 1 month ago (2013年12月10日 19:27:54 UTC) #1 | ||||||||||||||||||||||||
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
R=bradfitz@golang.org (assigned by r@golang.org)
Replacing golang-dev with golang-codereviews.
*** Submitted as https://code.google.com/p/go/source/detail?r=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://codereview.appspot.com/40410043 Committer: Brad Fitzpatrick <bradfitz@golang.org>