From: Aran Deltac Date: Thu, 25 May 2006 16:16:28 +0000 (+0000) Subject: Added TODO about changes to the rows attribute. X-Git-Tag: v0.07002~75^2~171 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=8ae30bcf2988bffb6e0b78e93a1e3ed6c9292419 Added TODO about changes to the rows attribute. --- diff --git a/TODO b/TODO index 136e01a..e22c6ba 100644 --- a/TODO +++ b/TODO @@ -51,4 +51,10 @@ SQLT modules so an app can do its own deploy without SQLT on the target system +2006-05-25 by mst (TODOed by bluefeet) + Add the search attributes "limit" and "rows_per_page". + limit: work as expected just like offset does + rows_per_page: only be used if you used the page attr or called $rs->page + rows: modify to be an alias that gets used to populate either as appropriate, + if you haven't specified one of the others