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

Issue 5624051: code review 5624051: database/sql: permit scanning into interface{} (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by bradfitz
Modified:
13 years, 4 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

database/sql: permit scanning into interface{} See thread http://goo.gl/7zzzU for background.

Patch Set 1 #

Patch Set 2 : diff -r 4d519971228f https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 4d519971228f https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 4d519971228f https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 34e1fd6b8b79 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -8 lines) Patch
M src/pkg/database/sql/convert.go View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M src/pkg/database/sql/convert_test.go View 1 2 3 4 chunks +30 lines, -8 lines 0 comments Download
M src/pkg/database/sql/sql.go View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2012-02-04 19:15:55 UTC) #1
rsc
Seems reasonable, but I am not sure about coercing []byte to string. Also, needs documentation.
13 years, 4 months ago (2012-02-04 19:23:03 UTC) #2
bradfitz
On Sat, Feb 4, 2012 at 11:23 AM, Russ Cox <rsc@golang.org> wrote: > Seems reasonable, ...
13 years, 4 months ago (2012-02-04 19:25:51 UTC) #3
rsc
I agree that a copy should be made, but given that we know nothing about ...
13 years, 4 months ago (2012-02-04 19:31:13 UTC) #4
bradfitz
On Sat, Feb 4, 2012 at 11:31 AM, Russ Cox <rsc@golang.org> wrote: > I agree ...
13 years, 4 months ago (2012-02-04 19:32:02 UTC) #5
bradfitz
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 4 months ago (2012-02-04 19:52:33 UTC) #6
rsc
LGTM
13 years, 4 months ago (2012-02-06 17:43:02 UTC) #7
bradfitz
13 years, 4 months ago (2012-02-06 18:06:27 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=c4ce7d36d09e ***

database/sql: permit scanning into interface{}

See thread http://goo.gl/7zzzU for background.

R=rsc
CC=golang-dev
http://codereview.appspot.com/5624051
Sign in to reply to this message.

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