X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=531eb7393ae32531a9d077f17c06b309ccc6f222;hb=3133773022fcd748230b736ea252151050872e51;hp=3ac1b5f16e674f1c23e877e15f32de2d6d4c017c;hpb=c45f4e10f2976f9e3b69a92dbd83e5ffc64e55ea;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)