From: Peter Rabbitson <ribasushi@cpan.org>
Date: Mon, 29 Apr 2013 21:49:30 +0000 (+0200)
Subject: This stuff is done (either now or earlier)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6efcf40481fe2566a23ab6c95940164777a76356;p=dbsrgits%2FDBIx-Class-Historic.git

This stuff is done (either now or earlier)
---

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
diff --git a/TODO b/TODO
index 760424e..30bda28 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
 2005-04-16 by mst
-  - set_from_related should take undef
   - ResultSource objects caching ->resultset causes interesting problems
   - find why XSUB dumper kills schema in Catalyst (may be Pg only?)