Some parts of Stats::Handler rely on prepare_select() however that method is buggy on 3.2 (and early 3.3?) as the query "offset" and "limit" are swapped hence no records are select'ed.
Potential solution: implement that method locally (i.e. in Handler.pm).
The text was updated successfully, but these errors were encountered:
Some parts of Stats::Handler rely on prepare_select() however that method is buggy on 3.2 (and early 3.3?) as the query "offset" and "limit" are swapped hence no records are select'ed.
Potential solution: implement that method locally (i.e. in Handler.pm).
The text was updated successfully, but these errors were encountered: