Subject: | ineffective $static->page |
ineffective sinse 2.002001.
__PACKAGE__->confing(
page => 1,
);
--- /opt/local/lib/perl5/site_perl/5.10.1/Catalyst/Controller/DBIC/API/RequestArguments.pm.orig 2010-04-02 22:45:01.000000000 +0900
+++ /opt/local/lib/perl5/site_perl/5.10.1/Catalyst/Controller/DBIC/API/RequestArguments.pm 2010-04-02 22:43:44.000000000 +0900
@@ -439,6 +439,7 @@
as => $self->as || ((scalar(@{$static->as})) ? $static->as : undef),
prefetch => $self->prefetch || $static->prefetch || undef,
rows => $self->count || $static->count,
+ page => $static->page,
offset => $self->offset,
join => $self->build_joins,
};