some work on Informix data_types, datetimes and intervals left to do
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index bd120ef..6b90994 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,7 +13,6 @@
       then when/if we get there, break it out as a seperate distribution with a
       new name.
     - support for user-defined-types as Schema deploy hooks
-    - finish data_type tests for all DBs (DB2 and Informix left)
     - 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
@@ -33,7 +32,7 @@
     - add an option to add extra code to Result classes (maybe...)
     - redo in-memory schema as an @INC coderef rather than temp files
     - add option to filter out views
-    - support columns with names like "ro'd p/n"
+    - support columns with names like "ro'd p/n" in MSSQL
 
 - Relationships
    - Re-scan relations/tables after initial relation setup to find
@@ -57,7 +56,6 @@
     - introspect view SQL
     - domains
   - DB2
-    - data_type tests
     - table/column comments
     - introspect on_update/on_delete/is_deferrable
     - introspect view SQL