#25355 closed Uncategorized (fixed)
Two changes in the documentation for docs/topics/db/aggregation.txt
| Reported by: | Maarten | Owned by: | Maarten |
|---|---|---|---|
| Component: | Documentation | Version: | 1.8 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Lines 75/76 say:
# All the following queries involve traversing the Book<->Publisher
# many-to-many relationship backward
I think this should be:
# All the following queries involve traversing the Book<->Publisher
# foreign key relationship backward
Lines 243-245 say:
The same rules apply to the aggregate() clause. If you wanted to
know the lowest and highest price of any book that is available for sale
in a store, you could use the aggregate::
I think "in any of the stores" would be better than "in a store".
Kind regards.
Change History (3)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
In fe58d96e: