Ticket #580 (closed defect: fixed)
BasePeer::doCount() not correctly working from generated doCountJoin*() methods
| Reported by: | hans | Owned by: | hans |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Generator | Version: | 1.3.0beta4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
As reported by Fabian Lange on list, the doCountJoin*() methods are not correctly setting the "primary table", resulting in BasePeer::doCount() failing on Criteria without WHERE clause.
Change History
Note: See
TracTickets for help on using
tickets.
(In [973]) Refs #580 - Fixing doCountJoin*() methods with patch from Fabian Lange.