diff options
author | Bryan Helmkamp <bryan@brynary.com> | 2009-05-17 16:14:28 -0400 |
---|---|---|
committer | Bryan Helmkamp <bryan@brynary.com> | 2009-05-17 16:14:28 -0400 |
commit | 44743bed5568b3065e4f9da7972e3ea1d0d9e728 (patch) | |
tree | a94ba2e964e516e47c7e48e2c746747f6a3f0acd /doc/TODO | |
parent | 7a51983efc50c8f9092785b1b586f8884dedc01a (diff) | |
download | rails-44743bed5568b3065e4f9da7972e3ea1d0d9e728.tar.gz rails-44743bed5568b3065e4f9da7972e3ea1d0d9e728.tar.bz2 rails-44743bed5568b3065e4f9da7972e3ea1d0d9e728.zip |
joining across engines in either direction
Conflicts:
spec/arel/engines/memory/integration/joins/cross_engine_spec.rb
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,10 @@ todo: -- cross-engine joins +- fix AR again - blocks for joins - fix sql insertions - implement mnesia adapter +- CLEANUP!!!!! - rename externalize to derived. - deal with table tests in algebra - fix grouping @@ -94,6 +95,7 @@ done: - result sets should be array relations - fix AR - insertions for in memory +- cross-engine joins icebox: - #bind in Attribute and Expression should be doing a descend? |