Merge branch 'topic/better-multi-schema' into master
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index ea2f86d..6895711 100644 (file)
--- a/TODO
+++ b/TODO
@@ -16,7 +16,6 @@
     - generate a schema accessor which stores which SQLT type it was loaded from
     - add a settable 'on-behalf-of' version tag (for catalyst model)
     - inject a table2moniker function into the schema
-    - support coderef for relationship_attrs
     - common tests for table/column comments
     - optimize queries
     - remove extra select for _filter_tables
@@ -45,7 +44,6 @@
     - 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
    - While scanning for many-to-many, scan for implied rels as well (if
 - Backends
   - SQLite
     - table/column comments
-    - introspect on_update/on_delete/is_deferrable
     - introspect view SQL
   - MySQL
     - table/column comments
-    - introspect on_update/on_delete/is_deferrable
     - introspect view SQL
     - domains?
   - Pg
-    - introspect on_update/on_delete/is_deferrable
     - introspect view SQL
     - domains
   - DB2
     - table/column comments
-    - introspect on_update/on_delete/is_deferrable
     - introspect view SQL
     - domains
   - Oracle
-    - introspect on_update/on_delete/is_deferrable
     - introspect view SQL
     - domains
   - Sybase ASE
@@ -82,7 +75,6 @@
     - domains
   - MSSQL
     - table/column comments
-    - introspect on_update/on_delete/is_deferrable
     - introspect view SQL
     - computed column support
     - domains
@@ -91,7 +83,6 @@
       - use placeholders when available
   - SQLAnywhere
     - table/column comments
-    - introspect on_update/on_delete/is_deferrable
     - introspect view SQL
     - domains
   - Firebird