From: Peter Rabbitson Date: Sun, 6 Sep 2009 15:48:32 +0000 (+0000) Subject: Done long time ago X-Git-Tag: v0.08111~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=25b2172c367cf517e4d12e7f7ef58481d8ab25fe Done long time ago --- diff --git a/TODO b/TODO index 9712a22..d1c475b 100644 --- a/TODO +++ b/TODO @@ -25,13 +25,6 @@ __PACKAGE__->table(__PACKAGE__->table()); for the result set to return the correct object type. -2006-03-27 by mst - Add the ability for deploy to be given a directory and grab .sql - out of there if available. Try SQL::Translator if not. If none of the above, - cry (and die()). Then you can have a script that pre-gens for all available - 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