Ignore Emacs droppings
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index 2257cca..f22f5e8 100644 (file)
--- a/TODO
+++ b/TODO
     - 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
-    - sort unique keys by name
     - 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?)