X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=3506b5b154c54497f99b7aad9f1801e0f658959c;hb=281d0f3e72ad8c7c44e99496bc6b559af7aaa6fa;hp=222615521834df9278d29e6c7e764d45c4a76699;hpb=0f9dd944b7c48f04d4b7b6ca25b126e721aa4890;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/TODO b/TODO index 2226155..3506b5b 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,10 @@ +0.05 BLOCKERS +============= + +Add backwards-compatibility mode when regenerating a 0.04-generated schema + +OTHER STUFF +=========== support multiple/all schemas, instead of just one @@ -16,3 +23,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