improve Informix default parsing
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index 6b935ed..ab64f08 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,8 @@
     - common tests for table/column comments
     - optimize queries
     - remove extra select for _filter_tables
+    - option to promote non-nullable unique constraints to PK (prefer int
+      columns when more than one) (RT#51696)
 
 - Relationships
    - Re-scan relations/tables after initial relation setup to find ->many_to_many() relations to be set up
@@ -72,3 +74,9 @@
     - table/column comments
     - introspect on_update/on_delete/is_deferrable
     - introspect view SQL
+  - Informix
+    - data_type tests
+    - preserve_case mode
+    - table/column comments
+    - introspect on_update/on_delete/is_deferrable
+    - introspect view SQL