X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=a2ba73f1d5eb805c263d7d6b72e4490ac9ac5132;hb=45a380dc2d68e828de4011b99f0c3739db5b0707;hp=222615521834df9278d29e6c7e764d45c4a76699;hpb=0f9dd944b7c48f04d4b7b6ca25b126e721aa4890;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/TODO b/TODO index 2226155..a2ba73f 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +OTHER STUFF +=========== support multiple/all schemas, instead of just one @@ -16,3 +18,5 @@ Relationship stuff: Re-scan relations/tables after initial relation setup to find ->many_to_many() relations to be set up? 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?) ... + +unregister sources for dropped tables on rescan