This branch deals with multiple schemas
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index 53f15ab..ea2f86d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,7 +6,6 @@
     - encode loader options in Schema.pm
     - introspect on_update/on_delete/is_deferrable
   - Low Priority
-    - support multiple/all schemas, instead of just one
     - support pk/uk/fk info on views, possibly (materialized views?)
     - remove deprecated ResultSetManager stuff, rewrite using current features
     - Refactor RelBuilder so that it doesn't require a live mostly-built
       catalyst helper, etc.
     - add result_roles and schema_roles for use with use_moose=1
     - generate Schema/ResultBase.pm and Schema/ResultSetBase.pm
+    - remove additional warnings skip in t/22dump.t for ActivePerl on Win32
+    - make 23dumpmore.t auto cleanup and remove dump warnings
+    - generate POD for schema class with class list
+    - remove implicit rels from common tests so all tests work on MySQL
+    - server link support for Oracle and MSSQL
+    - add -I support to dbicdump
 
 - Relationships
-   - 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?)