aboutsummaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-27 14:19:59 -0700
committerBryan Helmkamp <bryan@brynary.com>2009-05-17 15:44:12 -0400
commit2fe585328d6a24df310d3e60059c9c7b05b64bac (patch)
tree546895f0729a612ec3e004ee08ddb1b703b43b47 /doc/TODO
parentb7f58db57a535806e0cfc3057fbab80ca43b1a53 (diff)
downloadrails-2fe585328d6a24df310d3e60059c9c7b05b64bac.tar.gz
rails-2fe585328d6a24df310d3e60059c9c7b05b64bac.tar.bz2
rails-2fe585328d6a24df310d3e60059c9c7b05b64bac.zip
performing in memory joins
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 2070a26efc..3f8c34f660 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,16 +1,13 @@
todo:
-- reorganize memory tests
-- implement joins in memory
- result sets should be array relations
- deal with table tests in algebra
- cross-engine joins
- blocks for joins
- implement mnesia adapter
-- fix grouping
- fix AR
- rename externalize to derived.
-- result sets to attr correlation too
+- fix grouping
- audit unit coverage of algebra
- data objects
- remove all explicit aliasing
@@ -92,6 +89,9 @@ done:
- clean up block_given stuff
- reorganize sql tests
- recursive memory operations
+- reorganize memory tests
+- result sets to attr correlation too
+- implement joins in memory
icebox:
- #bind in Attribute and Expression should be doing a descend?