Merge lp://staging/~jkakar/storm/resultselect into lp://staging/storm
Proposed by
Jamu Kakar
Status: | Rejected | ||||
---|---|---|---|---|---|
Rejected by: | Jamu Kakar | ||||
Proposed branch: | lp://staging/~jkakar/storm/resultselect | ||||
Merge into: | lp://staging/storm | ||||
Diff against target: | 117 lines | ||||
To merge this branch: | bzr merge lp://staging/~jkakar/storm/resultselect | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Henstridge | Abstain | ||
Review via email: mp+9870@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 328. By Jamu Kakar
-
- Added new ResultSelect expression that transforms a ResultSet into
a Select expression.
This is another crack at the problem, but using an expression
instead of modifying the ResultSet API. I think this will solve the
use cases we have without compromising the ResultSet API.