X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=f39dcd6d19a4993f04841d06da3ea62a559a2511;hb=58f0690e662154f95771f7a6b7e12899e874bc7e;hp=ab64f08e74ca0761ded2c6027a5bfa9822b20560;hpb=1b291d2c030b827692d2ce328c7d06fd4d371ff1;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/TODO b/TODO index ab64f08..f39dcd6 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,7 @@ - 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