From: Dagfinn Ilmari Mannsåker Date: Mon, 9 Mar 2009 21:02:29 +0000 (+0000) Subject: Remove completed TODOs X-Git-Tag: 0.04999_07~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f9dd944b7c48f04d4b7b6ca25b126e721aa4890;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Remove completed TODOs --- diff --git a/TODO b/TODO index ab176b0..2226155 100644 --- a/TODO +++ b/TODO @@ -13,8 +13,6 @@ DBIx::Class::Schema, so that other modules (SQLT) can use it easier. And then when/if we get there, break it out as a seperate distribution with a new name. Relationship stuff: - If local column is UNIQUE or PK, use has_one() for relation? Re-scan relations/tables after initial relation setup to find ->many_to_many() relations to be set up? - Check NULLability of columns involved in the relationship, which might suggest a more optimal non-default -join-type? While scanning for many-to-many, scan for implied rels as well? (if foo->belongs_to('bar') and baz->belongs_to('bar'), does that impliy foo->might_have('baz') and the reverse?) ...