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

Issue 5451067: sdb compile w/ weekly, bug fixes, features

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by Brad.Rydzewski
Modified:
10 years, 10 months ago
Reviewers:
gustavo, niemeyer, mp+84160
Visibility:
Public.

Description

I updated the sdb code base so it would compile using the latest release version of Go (currently it fails due to changes in Go, specifically moving functions from http to url, such as URL parsing). In addition, I added a function to execute Select statements and retrieve the results. I branched from ~andychilton/goamz/sdb since he had added some nice functionality to Get and Put attributes There is one item i'd like to point out for review, which are the Item and Attribute structures. In Andy's implementation, there is no explicit relationship defined between an Item and its Attributes. However, in order to unmarshal the Select response, a relationship must be present. Instead of modifying andy's code, i defined this relationship inline inside the SelectResponse ... may not be the best approach, but for now it works. https://code.launchpad.net/~brad-rydzewski/goamz/sdb-bug-fixes/+merge/84160 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 19
Unified diffs Side-by-side diffs Delta from patch set Stats (+451 lines, -49 lines) Patch
M responses_test.go View 2 chunks +84 lines, -0 lines 0 comments Download
M sdb.go View 12 chunks +221 lines, -38 lines 19 comments Download
M sdb_test.go View 4 chunks +115 lines, -2 lines 0 comments Download
M sign.go View 3 chunks +5 lines, -3 lines 0 comments Download
M sign_test.go View 1 chunk +21 lines, -1 line 0 comments Download
M suite_test.go View 4 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 7
niemeyer
Thanks a lot for pushing this forward Brad. Sorry if the review is a bit ...
13 years, 7 months ago (2011-12-02 20:34:44 UTC) #1
niemeyer
Hi Brad, I hope you're not discouraged by the review. Is there anything I can ...
13 years, 6 months ago (2011-12-13 17:17:38 UTC) #2
Brad.Rydzewski
On 2011/12/13 17:17:38, niemeyer wrote: > Hi Brad, > > I hope you're not discouraged ...
13 years, 6 months ago (2011-12-13 17:47:11 UTC) #3
gustavo_niemeyer.net
> Hey Gustavo, not discouraged at all by the amount of changes, just had > ...
13 years, 6 months ago (2011-12-13 17:58:51 UTC) #4
niemeyer
Brad, how is this going? Is there anything I can do to help getting this ...
13 years, 4 months ago (2012-02-09 13:50:06 UTC) #5
Brad.Rydzewski
On 2012/02/09 13:50:06, niemeyer wrote: > Brad, how is this going? Is there anything I ...
13 years, 4 months ago (2012-02-09 17:07:30 UTC) #6
niemeyer
13 years, 3 months ago (2012-03-09 11:00:23 UTC) #7
This was already integrated via a different branch.
Sign in to reply to this message.

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