~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bugsummary.txt

  • Committer: Stuart Bishop
  • Date: 2011-06-03 10:09:18 UTC
  • mto: (7675.1045.464 db-devel)
  • mto: This revision was merged to the branch mainline in revision 13163.
  • Revision ID: stuart.bishop@canonical.com-20110603100918-8zcwrq5k18mwoas3
typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
                                                           1
149
149
 
150
150
You will normally want to get the total count counted in the database
151
 
rather than waste transmittion time to calculate the rows client side.
 
151
rather than waste transmission time to calculate the rows client side.
152
152
Note that sum() will return None if there are no matching rows, so we
153
153
need to cope with that:
154
154