Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Maarten, 9 years ago

Owner: changed from nobody to Maarten
Status: newassigned

comment:2 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In fe58d96e:

Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.

comment:3 by Tim Graham <timograham@…>, 9 years ago

In c06953e8:

[1.8.x] Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.

Backport of fe58d96e50e33b05f2a45f1493eca39ec9b3d030 from master

Note: See TracTickets for help on using tickets.
Back to Top