aboutsummaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-27 14:37:11 -0700
committerBryan Helmkamp <bryan@brynary.com>2009-05-17 15:46:19 -0400
commit20b28b441b651d0404d64049253898c061a039be (patch)
tree4b9a8fc9e8f9207017248f129550c0283b0f520b /doc/TODO
parent2fe585328d6a24df310d3e60059c9c7b05b64bac (diff)
downloadrails-20b28b441b651d0404d64049253898c061a039be.tar.gz
rails-20b28b441b651d0404d64049253898c061a039be.tar.bz2
rails-20b28b441b651d0404d64049253898c061a039be.zip
using in memory relations as results from sql relation
Conflicts: lib/arel/algebra/primitives/expression.rb lib/arel/algebra/relations/relation.rb
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 3f8c34f660..7e7028d39f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,10 +1,9 @@
todo:
-- result sets should be array relations
-- deal with table tests in algebra
+- fix AR
- cross-engine joins
- blocks for joins
+- deal with table tests in algebra
- implement mnesia adapter
-- fix AR
- rename externalize to derived.
- fix grouping
@@ -92,6 +91,7 @@ done:
- reorganize memory tests
- result sets to attr correlation too
- implement joins in memory
+- result sets should be array relations
icebox:
- #bind in Attribute and Expression should be doing a descend?