X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;fp=TODO;h=3e58f612a9d747306f06e40f83399755a8e60ef6;hb=133dd22a652e4745443b7c45f7d40af5877aaab5;hp=d0726b3c89fbd9724d0b692d41003079fdd62e8c;hpb=cd80a31c5adb769ee4f0cfda4f6749cd04c1b511;p=dbsrgits%2FDBIx-Class.git diff --git a/TODO b/TODO index d0726b3..3e58f61 100644 --- a/TODO +++ b/TODO @@ -17,3 +17,8 @@ 2006-03-18 by bluefeet - Support table locking. +2006-03-21 by bluefeet + - When subclassing a dbic class make it so you don't have to do + __PACKAGE__->table(__PACKAGE__->table()); for the result set to + return the correct object type. +