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

Issue 5294067: code review 5294067: exp/sql: finish transactions, flesh out types, docs (Closed)

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

Description

exp/sql: finish transactions, flesh out types, docs Fixes issue 2328 (float, bool)

Patch Set 1 #

Patch Set 2 : diff -r 7b486f411fcb https://go.googlecode.com/hg/ #

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

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

Total comments: 9

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -84 lines) Patch
M src/pkg/Makefile View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/exp/sql/convert.go View 1 2 3 5 chunks +46 lines, -25 lines 0 comments Download
M src/pkg/exp/sql/convert_test.go View 1 2 3 5 chunks +52 lines, -0 lines 0 comments Download
M src/pkg/exp/sql/driver/driver.go View 1 2 3 2 chunks +11 lines, -3 lines 0 comments Download
M src/pkg/exp/sql/driver/types.go View 1 2 3 4 2 chunks +59 lines, -3 lines 0 comments Download
A src/pkg/exp/sql/driver/types_test.go View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
M src/pkg/exp/sql/fakedb_test.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/sql/sql.go View 1 2 3 4 13 chunks +207 lines, -51 lines 0 comments Download

Messages

Total messages: 11
bradfitz
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 5 months ago (2011-10-25 23:53:06 UTC) #1
bradfitz
ping? On Tue, Oct 25, 2011 at 4:53 PM, <bradfitz@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, rsc, ...
12 years, 5 months ago (2011-10-31 17:48:52 UTC) #2
bradfitz
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 5 months ago (2011-11-02 18:24:12 UTC) #3
rsc
LGTM http://codereview.appspot.com/5294067/diff/7001/src/pkg/exp/sql/sql.go File src/pkg/exp/sql/sql.go (right): http://codereview.appspot.com/5294067/diff/7001/src/pkg/exp/sql/sql.go#newcode238 src/pkg/exp/sql/sql.go:238: // Begin starts a transaction. The isolation level ...
12 years, 5 months ago (2011-11-02 18:30:31 UTC) #4
r
LGTM http://codereview.appspot.com/5294067/diff/7001/src/pkg/exp/sql/driver/types.go File src/pkg/exp/sql/driver/types.go (right): http://codereview.appspot.com/5294067/diff/7001/src/pkg/exp/sql/driver/types.go#newcode21 src/pkg/exp/sql/driver/types.go:21: // fits. (for instance, making sure a particular ...
12 years, 5 months ago (2011-11-02 18:33:41 UTC) #5
bradfitz
http://codereview.appspot.com/5294067/diff/7001/src/pkg/exp/sql/sql.go File src/pkg/exp/sql/sql.go (right): http://codereview.appspot.com/5294067/diff/7001/src/pkg/exp/sql/sql.go#newcode238 src/pkg/exp/sql/sql.go:238: // Begin starts a transaction. The isolation level is ...
12 years, 5 months ago (2011-11-02 18:33:48 UTC) #6
bradfitz
http://codereview.appspot.com/5294067/diff/7001/src/pkg/exp/sql/driver/types.go File src/pkg/exp/sql/driver/types.go (right): http://codereview.appspot.com/5294067/diff/7001/src/pkg/exp/sql/driver/types.go#newcode21 src/pkg/exp/sql/driver/types.go:21: // fits. (for instance, making sure a particular int64 ...
12 years, 5 months ago (2011-11-02 18:40:04 UTC) #7
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=1cf0ffaa8490 *** exp/sql: finish transactions, flesh out types, docs Fixes issue 2328 ...
12 years, 5 months ago (2011-11-02 18:46:08 UTC) #8
rsc
On Wed, Nov 2, 2011 at 14:33, <bradfitz@golang.org> wrote: > It's a TODO to add ...
12 years, 5 months ago (2011-11-02 18:58:57 UTC) #9
bradfitz
On Wed, Nov 2, 2011 at 11:58 AM, Russ Cox <rsc@golang.org> wrote: > On Wed, ...
12 years, 5 months ago (2011-11-02 19:12:13 UTC) #10
rsc
12 years, 5 months ago (2011-11-02 19:23:01 UTC) #11
oh, right.  the 4 levels are
   isolated
   not isolated
   not isolated
   not isolated

:-)

russ
Sign in to reply to this message.

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