From: Peter Rabbitson Date: Sun, 9 Nov 2008 13:35:57 +0000 (+0000) Subject: More TODO items X-Git-Tag: v0.08240~254 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3133773022fcd748230b736ea252151050872e51;p=dbsrgits%2FDBIx-Class.git More TODO items --- 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)