aboutsummaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-26 21:02:23 -0700
committerBryan Helmkamp <bryan@brynary.com>2009-05-17 15:36:05 -0400
commita7aacd29460aa137c3b06ee214ff8ffdff8ee365 (patch)
treee88f8894c830b4f95822ecb970294ca4c793a722 /doc/TODO
parent9d77c08cf8a75636b058c1b85af52ef96e07cee5 (diff)
downloadrails-a7aacd29460aa137c3b06ee214ff8ffdff8ee365.tar.gz
rails-a7aacd29460aa137c3b06ee214ff8ffdff8ee365.tar.bz2
rails-a7aacd29460aa137c3b06ee214ff8ffdff8ee365.zip
reorganizing tests
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO21
1 files changed, 13 insertions, 8 deletions
diff --git a/doc/TODO b/doc/TODO
index d7e3bb280d..f97e74ef17 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,22 +1,26 @@
todo:
-- result sets to attr correlation too
- - result sets should be array relations
-- fix AR
-- clean up block_given stuff
- reorganize sql tests
-- audit unit coverage of algebra
+- reorganize memory tests
+- blocks for joins
+- implement joins in memory
+- recursive memory operations
+- result sets should be array relations
+- cross-engine joins
+- fix grouping
- implement mnesia adapter
+- fix AR
+- rename externalize to derived.
+
+- result sets to attr correlation too
+- audit unit coverage of algebra
- data objects
- remove all explicit aliasing
-- blocks for joins
-- rename externalize to derived.
- and/or w/ predicates
- scoped writes
- refactor adapter pattern
- break out adapters into sep modules
- projection is by definition distincting?
- union/intersection
-- test ordering
- cache expiry on write
- transactions
@@ -87,6 +91,7 @@ done:
- blocks for non-joins
- expressions should be class-based, and joins too, anything _sql should be renamed
- implement in memory adapter
+- clean up block_given stuff
icebox:
- #bind in Attribute and Expression should be doing a descend?