X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=51efebfaf768ed779964aa4287c93249bf403e2d;hb=83bce685261042f92421f313dd724a910c8d8f0e;hp=646d48490b8218ddee056cf33b134d5b022a78ac;hpb=779e7dbcb8af5127e4d067f3865a04d5ce628755;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/TODO b/TODO index 646d484..51efebf 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,6 @@ - encode loader options in Schema.pm - introspect on_update/on_delete/is_deferrable - Low Priority - - support multiple/all schemas, instead of just one - support pk/uk/fk info on views, possibly (materialized views?) - remove deprecated ResultSetManager stuff, rewrite using current features - Refactor RelBuilder so that it doesn't require a live mostly-built @@ -64,19 +63,19 @@ - domains - DB2 - table/column comments - - introspect view SQL + - introspect view SQL and set table_class - domains - Oracle - - introspect view SQL + - introspect view SQL and set table_class - domains - Sybase ASE - table/column comments - introspect on_update/on_delete/is_deferrable - - introspect view SQL + - introspect view SQL and set table_class - domains - MSSQL - table/column comments - - introspect view SQL + - introspect view SQL and set table_class - computed column support - domains - Optimization @@ -84,17 +83,17 @@ - use placeholders when available - SQLAnywhere - table/column comments - - introspect view SQL + - introspect view SQL and set table_class - domains - Firebird - table/column comments - introspect on_update/on_delete/is_deferrable - - introspect view SQL + - introspect view SQL and set table_class - domains - Informix - support opaque types - datetime/interval precision detection - table/column comments - introspect on_update/on_delete/is_deferrable - - introspect view SQL + - introspect view SQL and set table_class - domains