X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Features_09;fp=Features_09;h=32789105128d3e3ad64334990d8f72a3718a310f;hb=6efcf40481fe2566a23ab6c95940164777a76356;hp=d9c17b2b0dfca8e8bbfe28e362a51746576000da;hpb=fc2507b017fa66f8f0d9b5efa28b35d239b99e15;p=dbsrgits%2FDBIx-Class.git diff --git a/Features_09 b/Features_09 index d9c17b2..3278910 100644 --- a/Features_09 +++ b/Features_09 @@ -18,17 +18,12 @@ Using inflated objects/references as values in searches SQL/API feature complete? - UNION - - proper join conditions! - function calls on the LHS of conditions.. Moosification - ouch Metamodel stuff - introspection -Prefetch improvements - - slow on mysql, speedup? - - multi has_many prefetch - Magically "discover" needed joins/prefetches and add them - eg $books->search({ 'author.name' => 'Fred'}), autoadds: join => 'author' - also guess aliases when supplying column names that are on joined/related tables @@ -41,9 +36,6 @@ Storage API/restructure Relationships - single vs filter, discrepancies.. remove one of them and make behave the same? -Joining/searching weird attribute tables? - - Support legacy/badly designed junk better.. - Documentation - improvements - better indexing for finding of stuff in general - more cross-referencing of docs