X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=a2ba73f1d5eb805c263d7d6b72e4490ac9ac5132;hb=0faae4b8a8a08f1442ea2cf7dcd03bc14ef38cd3;hp=765653b5679f889197947cafd3a40e14d02eaa8c;hpb=6e95586b32732644cd9c4763d0c1a25b1aa94897;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/TODO b/TODO index 765653b..a2ba73f 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,3 @@ -0.05 BLOCKERS -============= - -Fix failures with DBIC trunk - -Add backwards-compatibility mode when regenerating a 0.04-generated schema - OTHER STUFF =========== @@ -25,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