diff options
author | Bryan Helmkamp <bryan@brynary.com> | 2009-05-17 15:47:10 -0400 |
---|---|---|
committer | Bryan Helmkamp <bryan@brynary.com> | 2009-05-17 15:47:10 -0400 |
commit | 07833d39c2885a5cddf38eeb860d79353c0f447b (patch) | |
tree | 5312d3ab6eefba0c936bb3b9a7bf2e879899af2e /doc | |
parent | 20b28b441b651d0404d64049253898c061a039be (diff) | |
download | rails-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')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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? |