X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=ee048c45579c975f1e6872b1cd1d4b454ee3fe92;hb=refs%2Ftags%2F0.04999_09;hp=00330a2c5b6e058ff11a8fce36b26e682f9ad1cb;hpb=7cab3ab77e9381e5efcd57a840e9dc567e9cea16;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/TODO b/TODO index 00330a2..ee048c4 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,10 @@ +0.05 BLOCKERS +============= -immediate stuff for 0.04: --------------------------- +Add backwards-compatibility mode when regenerating a 0.04-generated schema -avinash240 wants a rescan method to pick up new tables at runtime - -------- +OTHER STUFF +=========== support multiple/all schemas, instead of just one @@ -20,8 +20,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?) ...