Added pager support, same syntax as Sweet. Also fixed a few issues with ResultSet...
authorAndy Grundman <andy@hybridized.org>
Fri, 26 Aug 2005 19:27:02 +0000 (19:27 +0000)
committerAndy Grundman <andy@hybridized.org>
Fri, 26 Aug 2005 19:27:02 +0000 (19:27 +0000)
commit59f8e58434e28bd6005d9dfcca75a0efbb4f49e1
tree4a83442d912321da6395c07f428e7f235de3bfa2
parent0675cd04337cafdc5a8ce19e707e3b2ce2508087
Added pager support, same syntax as Sweet.  Also fixed a few issues with ResultSet::count.  Table::count still does 2 SQL queries, we need to figure out how to fix that
Build.PL
lib/DBIx/Class/Core.pm
lib/DBIx/Class/Pager.pm [new file with mode: 0644]
lib/DBIx/Class/ResultSet.pm
t/07pager.t [new file with mode: 0644]