Merge lp:~thisfred/u1db/ergo-sum into lp:u1db
Proposed by
Eric Casteleijn
on 2012-07-29
| Status: | Work in progress |
|---|---|
| Proposed branch: | lp:~thisfred/u1db/ergo-sum |
| Merge into: | lp:u1db |
| Prerequisite: | lp:~thisfred/u1db/iterate-over-list-of-dicts |
| Diff against target: |
228 lines (+85/-15) 5 files modified
html-docs/high-level-api.rst (+3/-0) src/u1db_query.c (+40/-15) u1db/query_parser.py (+21/-0) u1db/tests/test_backends.py (+15/-0) u1db/tests/test_query_parser.py (+6/-0) |
| To merge this branch: | bzr merge lp:~thisfred/u1db/ergo-sum |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ubuntu One hackers | 2012-07-29 | Pending | |
|
Review via email:
|
|||
This proposal supersedes a proposal from 2012-07-29.
Commit Message
This adds a sum operator that acts like combine, except instead of indexing a bunch of string expressions, it indexes the sum of a bunch of integer expressions.
Description of the Change
This adds a sum operator that acts like combine, except instead of indexing a bunch of string expressions, it indexes the sum of a bunch of integer expressions.
To post a comment you must log in.
lp:~thisfred/u1db/ergo-sum
updated
on 2012-07-29
- 367. By Eric Casteleijn on 2012-07-29
-
updated api doc
Unmerged revisions
- 367. By Eric Casteleijn on 2012-07-29
-
updated api doc
- 366. By Eric Casteleijn on 2012-07-29
-
added sum operator
