X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=d1c475b8dfabce4924f47f0506233271e6c4002b;hb=5106b8a9253b42b3183dc103c8bb077baa284891;hp=9712a22683900e7618a1356e6f9e98d273e98463;hpb=81164696114197530f935b5198b04310e041c286;p=dbsrgits%2FDBIx-Class.git 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