X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=f39dcd6d19a4993f04841d06da3ea62a559a2511;hb=6e566cc4a06b1661597200611a03320f969e2566;hp=6b935ed19ce9dc726db78f3c3c5e05c895ad7304;hpb=0f1f51e051f523815f5162267d64941862ad9c2e;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/TODO b/TODO index 6b935ed..f39dcd6 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,9 @@ - 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) + - normalize accessors for mixed case columns in v7 mode (FooBar -> foo_bar) - Relationships - Re-scan relations/tables after initial relation setup to find ->many_to_many() relations to be set up @@ -72,3 +75,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