From: Brandon Black Date: Wed, 15 Nov 2006 18:12:52 +0000 (+0000) Subject: TODO updated X-Git-Tag: 0.03999_01~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af8f362e4622205c2997157b4c6f46f4e05257c2;hp=01e4fb4111b655790b5cf352af86f9f63406c6bf;p=dbsrgits%2FDBIx-Class-Schema-Loader.git TODO updated --- diff --git a/TODO b/TODO index a72f233..6663207 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,17 @@ +immediate stuff for 0.04: +-------------------------- + +dump_to_dir needs to delimit its output so that it can update on overwrite without killing added things + +avinash240 wants a rescan method to pick up new tables at runtime + +------- + support multiple/all schemas, instead of just one support pk/uk/fk info on views, possibly. May or may not be a sane thing to try to do. -dump_to_dir needs an overwrite flag, and needs to not overwrite by default - Fix up ResultSet Manager / Methods / etc stuff. May require some work in the main DBIx::Class first.