X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=531eb7393ae32531a9d077f17c06b309ccc6f222;hb=32e1ae3175995f26e3702b159f5587d752add175;hp=3ac1b5f16e674f1c23e877e15f32de2d6d4c017c;hpb=7845dca0fbd1afb07a12f05dd39ec59b7d7dfdf6;p=dbsrgits%2FDBIx-Class.git diff --git a/TODO b/TODO index 3ac1b5f..531eb73 100644 --- a/TODO +++ b/TODO @@ -55,3 +55,10 @@ - Automatically infer quote_char/name_sep from $schema->storage - Finally incorporate View support (needs real tests) - Fix and properly test chained search attribute merging + +2008-11-07 by ribasushi + - Be loud when a relationship resolution fails because we did not select/as + a neccessary pk + - Recursive update() (all code seems to be already available) + - $rs->populate changes its syntax depending on wantarray context (BAD) + Also the interface differs from $schema->populate (not so good)