aboutsummaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2009-05-17 15:42:42 -0400
committerBryan Helmkamp <bryan@brynary.com>2009-05-17 15:42:42 -0400
commit8339f024c7663133a78c4d0a8824b5b6fafaf239 (patch)
treea43ebc9c956d8484647d81e5ea14534e7b0570a0 /doc/TODO
parent4c71e3b2ea4b8da574954cbd8a26d12f2cc640d0 (diff)
downloadrails-8339f024c7663133a78c4d0a8824b5b6fafaf239.tar.gz
rails-8339f024c7663133a78c4d0a8824b5b6fafaf239.tar.bz2
rails-8339f024c7663133a78c4d0a8824b5b6fafaf239.zip
recursive memory operations now possible
Conflicts: lib/arel/algebra/relations/relation.rb
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index f97e74ef17..7af8db6bdf 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,11 +1,11 @@
todo:
-- reorganize sql tests
+- recursive memory operations
- reorganize memory tests
-- blocks for joins
+- deal with table tests in algebra
- implement joins in memory
-- recursive memory operations
- result sets should be array relations
- cross-engine joins
+- blocks for joins
- fix grouping
- implement mnesia adapter
- fix AR
@@ -92,6 +92,7 @@ done:
- expressions should be class-based, and joins too, anything _sql should be renamed
- implement in memory adapter
- clean up block_given stuff
+- reorganize sql tests
icebox:
- #bind in Attribute and Expression should be doing a descend?