aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2009-05-17 16:02:10 -0400
committerBryan Helmkamp <bryan@brynary.com>2009-05-17 16:12:06 -0400
commit7a51983efc50c8f9092785b1b586f8884dedc01a (patch)
tree5b915ee48c7aa454207312ba20bb13c4dadfdf70 /doc
parent07833d39c2885a5cddf38eeb860d79353c0f447b (diff)
downloadrails-7a51983efc50c8f9092785b1b586f8884dedc01a.tar.gz
rails-7a51983efc50c8f9092785b1b586f8884dedc01a.tar.bz2
rails-7a51983efc50c8f9092785b1b586f8884dedc01a.zip
initial implementation of cross-engine join
Conflicts: lib/arel/engines/memory/relations/array.rb lib/arel/engines/sql/primitives.rb
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 5e3a7ee3ab..901d6ab13f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,8 +1,7 @@
todo:
-- insertions for in memory
- cross-engine joins
- blocks for joins
-- test sql insertions
+- fix sql insertions
- implement mnesia adapter
- rename externalize to derived.
@@ -94,6 +93,7 @@ done:
- implement joins in memory
- result sets should be array relations
- fix AR
+- insertions for in memory
icebox:
- #bind in Attribute and Expression should be doing a descend?