Tue Nov 05 10:44:43 2002rspier [...] pobox.com - Ticket created
Date:
Sun, 13 Oct 2002 11:02:34 -0700
From:
Robert Spier <rspier [...] pobox.com>
To:
"Jesse Vincent" <jesse [...] fsck.com>
Subject:
Tiny SB patch
in _DoCount,
- $QueryString = "SELECT count(main.id) FROM " . $self->_TableAliases . " ";
+ $QueryString = "SELECT count(DISTINCT main.id) FROM " . $self->_TableAliases . " ";
For when people like me build poor queries and then want to count them
without a crossproduct.
-R
Mon Oct 17 00:03:04 2005jesse+cpan [...] fsck.com - Status changed from 'new' to 'resolved'