Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4807)

Issue 91350043: database/sql: Add `RegisteredDrivers() []string` API; i...

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by weberc2
Modified:
9 years, 6 months ago
Reviewers:
golang-dev, rsc, bradfitz
Visibility:
Public.

Description

database/sql: Add `RegisteredDrivers() []string` API; issue 7969 See discussion here: https://groups.google.com/forum/#!topic/golang-nuts/6nBDvrOJBAw

Patch Set 1 #

Patch Set 2 : diff -r 299229ac4300 http://code.google.com/p/go #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -0 lines) Patch
M src/pkg/database/sql/sql.go View 1 1 chunk +11 lines, -0 lines 5 comments Download
M src/pkg/database/sql/sql_test.go View 1 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 5
weberc2
https://codereview.appspot.com/91350043/diff/20001/src/pkg/database/sql/sql.go File src/pkg/database/sql/sql.go (right): https://codereview.appspot.com/91350043/diff/20001/src/pkg/database/sql/sql.go#newcode41 src/pkg/database/sql/sql.go:41: func RegisteredDrivers() []string { Is this signature good? Should ...
9 years, 11 months ago (2014-05-11 16:19:52 UTC) #1
weberc2
9 years, 11 months ago (2014-05-12 14:46:09 UTC) #2
weberc2
9 years, 11 months ago (2014-05-12 14:57:18 UTC) #3
bradfitz
LGTM but please make changes below first. https://codereview.appspot.com/91350043/diff/20001/src/pkg/database/sql/sql.go File src/pkg/database/sql/sql.go (right): https://codereview.appspot.com/91350043/diff/20001/src/pkg/database/sql/sql.go#newcode40 src/pkg/database/sql/sql.go:40: // RegisteredDrivers ...
9 years, 7 months ago (2014-09-29 18:47:32 UTC) #4
rsc
9 years, 6 months ago (2014-10-15 03:07:38 UTC) #5
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b