better v7+backcompat tests
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index 75e60e6..a2ba73f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,10 @@
-
-Better error message if no loader_options were set (see ML msg from Daniel McBrearty)
+OTHER STUFF
+===========
 
 support multiple/all schemas, instead of just one
 
 support pk/uk/fk info on views, possibly.  May or may not be a sane thing to try to do.
 
-dump_to_dir needs an overwrite flag, and needs to not overwrite by default
-
 Fix up ResultSet Manager / Methods / etc stuff.  May require some work in the
 main DBIx::Class first.
 
@@ -17,8 +15,8 @@ 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?)
    ...
+
+unregister sources for dropped tables on rescan