Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8.4
-
Component/s: Zend_Paginator
-
Labels:None
Description
The construction of the COUNT query in Paginator's DbSelect adapter should be moved into its own method, called getCountSelect(). This makes the code more readable and the generated queries easier to test.
Resolved in r16146 and merged to release-1.8 in r16147