The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.09 - 2012-12-08

  • add hint_columns option to Pager::Count module. add order by null to count sql when using Pager::Count and db is MySQL and query has group by. add create_sql_by_sql_abstract_more just to create SQL with SQL::Abstract::More.

Modules

use SQL::Abstract::More as Query Builder for Teng
pager plugin using SQL::AbstractMore as Query Builder for Teng
pager plugin using SQL::AbstractMore. count total entry by count(*)
pager plugin using SQL::AbstractMore. count total entry by count(*) or CALC FOUND_ROWS of mysql
pager plugin using SQL::AbstractMore. count total entry by MySQL FOUND_ROWS()