Pg: preserve_case mode
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index a8846e2..73abcd0 100644 (file)
--- a/TODO
+++ b/TODO
     - add hashref form of generate_pod to control which POD is generated
     - add hashref form of components to control which components are added to
       which classes
-    - add original => {} to all type info rewrites
-    - add common tests for preserve_case option
-    - correct handling of CamelCase names with numbers (eg. foo2Bar -> Foo2Bar,
-      foo2_bar)
+    - add common tests for preserve_case option where it must be exclusive
+      (Oracle, Firebird)
     - check rel accessors for method conflicts
     - add an option to add extra code to Result classes
+    - 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"
 
 - Relationships
    - Re-scan relations/tables after initial relation setup to find
@@ -57,7 +58,6 @@
   - Pg
     - introspect on_update/on_delete/is_deferrable
     - introspect view SQL
-    - preserve_case mode
     - domains
   - DB2
     - data_type tests