minor MSSQL improvements
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index 9026d3f..6db4250 100644 (file)
--- a/TODO
+++ b/TODO
     - 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)
+    - check rel accessors for method conflicts
+    - add an option to add extra code to Result classes
 
 - Relationships
    - Re-scan relations/tables after initial relation setup to find
@@ -64,7 +69,6 @@
     - preserve_case mode
     - domains
   - Oracle
-    - data_type tests
     - table/column comments
     - introspect on_update/on_delete/is_deferrable
     - introspect view SQL