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

Issue 5557063: code review 5557063: database/sql: add NullInt64, NullFloat64, NullBool, Nul... (Closed)

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

Description

database/sql: add NullInt64, NullFloat64, NullBool Fixes issue 2699

Patch Set 1 #

Patch Set 2 : diff -r 25879029ed5b https://go.googlecode.com/hg/ #

Total comments: 8

Patch Set 3 : diff -r 7de66de3961c https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -41 lines) Patch
M src/pkg/database/sql/fakedb_test.go View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M src/pkg/database/sql/sql.go View 1 2 2 chunks +78 lines, -1 line 0 comments Download
M src/pkg/database/sql/sql_test.go View 1 3 chunks +93 lines, -40 lines 0 comments Download

Messages

Total messages: 9
coopernurse
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 3 months ago (2012-01-20 00:27:19 UTC) #1
bradfitz
http://codereview.appspot.com/5557063/diff/2001/src/pkg/database/sql/fakedb_test.go File src/pkg/database/sql/fakedb_test.go (right): http://codereview.appspot.com/5557063/diff/2001/src/pkg/database/sql/fakedb_test.go#newcode597 src/pkg/database/sql/fakedb_test.go:597: return driver.NotNull{driver.DefaultParameterConverter} this works, but a type-specific converter would ...
12 years, 3 months ago (2012-01-25 16:34:44 UTC) #2
coopernurse
Hello golang-dev@googlegroups.com, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 3 months ago (2012-01-26 00:38:18 UTC) #3
coopernurse
PTAL http://codereview.appspot.com/5557063/diff/2001/src/pkg/database/sql/fakedb_test.go File src/pkg/database/sql/fakedb_test.go (right): http://codereview.appspot.com/5557063/diff/2001/src/pkg/database/sql/fakedb_test.go#newcode597 src/pkg/database/sql/fakedb_test.go:597: return driver.NotNull{driver.DefaultParameterConverter} On 2012/01/25 16:34:45, bradfitz wrote: > ...
12 years, 3 months ago (2012-01-26 00:39:20 UTC) #4
bradfitz
On Wed, Jan 25, 2012 at 4:39 PM, <jamespcooper@gmail.com> wrote: > PTAL > > > ...
12 years, 3 months ago (2012-01-26 00:49:59 UTC) #5
bradfitz
LGTM but please first fix the commit description: -- remove reference to NullBytes -- blank ...
12 years, 3 months ago (2012-01-26 00:56:50 UTC) #6
coopernurse
PTAL
12 years, 3 months ago (2012-01-26 01:05:42 UTC) #7
coopernurse
BTW, I logged a separate issue: http://code.google.com/p/go/issues/detail?id=2788 with a failing test for the null value ...
12 years, 3 months ago (2012-01-26 01:47:32 UTC) #8
bradfitz
12 years, 3 months ago (2012-01-26 01:47:39 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=a3dddd7405a3 ***

database/sql: add NullInt64, NullFloat64, NullBool

Fixes issue 2699

R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5557063

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

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