Brad Fitzpatrick
|
9dc1cce38d
|
database/sql: make TestDrivers not crash on second run
Using -test.cpu=1,1 made it crash before.
Fixes #9024
LGTM=iant
R=adg, iant
CC=golang-codereviews
https://golang.org/cl/169860043
|
2014-10-31 09:49:42 -07:00 |
|
Russ Cox
|
5318a1b5b1
|
database/sql: add Drivers, returning list of registered drivers
Fixes #7969.
LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/158950043
|
2014-10-15 13:10:14 -04:00 |
|
Marko Tiikkaja
|
5f739d9dcd
|
database/sql: Close per-tx prepared statements when the associated tx ends
LGTM=bradfitz
R=golang-codereviews, bradfitz, mattn.jp
CC=golang-codereviews
https://golang.org/cl/131650043
|
2014-09-22 09:19:27 -04:00 |
|
Russ Cox
|
c007ce824d
|
build: move package sources from src/pkg to src
Preparation was in CL 134570043.
This CL contains only the effect of 'hg mv src/pkg/* src'.
For more about the move, see golang.org/s/go14nopkg.
|
2014-09-08 00:08:51 -04:00 |
|