DescriptionI 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
MessagesTotal messages: 7
|