aboutsummaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2009-05-17 15:47:10 -0400
committerBryan Helmkamp <bryan@brynary.com>2009-05-17 15:47:10 -0400
commit07833d39c2885a5cddf38eeb860d79353c0f447b (patch)
tree5312d3ab6eefba0c936bb3b9a7bf2e879899af2e /doc/TODO
parent20b28b441b651d0404d64049253898c061a039be (diff)
downloadrails-07833d39c2885a5cddf38eeb860d79353c0f447b.tar.gz
rails-07833d39c2885a5cddf38eeb860d79353c0f447b.tar.bz2
rails-07833d39c2885a5cddf38eeb860d79353c0f447b.zip
basic implementation of in memory insertions
Conflicts: lib/arel/engines/memory/relations.rb
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 7e7028d39f..5e3a7ee3ab 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,11 +1,12 @@
todo:
-- fix AR
+- insertions for in memory
- cross-engine joins
- blocks for joins
-- deal with table tests in algebra
+- test sql insertions
- implement mnesia adapter
-- rename externalize to derived.
+- rename externalize to derived.
+- deal with table tests in algebra
- fix grouping
- audit unit coverage of algebra
- data objects
@@ -92,6 +93,7 @@ done:
- result sets to attr correlation too
- implement joins in memory
- result sets should be array relations
+- fix AR
icebox:
- #bind in Attribute and Expression should be doing a descend?