diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-19 13:57:21 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-19 13:57:21 -0700 |
commit | 518db17ca3dade07fc67b6044b63c826cefb1442 (patch) | |
tree | 6a472954f44bbfd2d38198c33517f76a75150785 /doc/TODO | |
parent | 3eae3b08eef84237c201a2f7bfc5292dbbe6951c (diff) | |
download | rails-518db17ca3dade07fc67b6044b63c826cefb1442.tar.gz rails-518db17ca3dade07fc67b6044b63c826cefb1442.tar.bz2 rails-518db17ca3dade07fc67b6044b63c826cefb1442.zip |
renamed ion classes
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,4 @@ todo: -- rename select to where - and/or w/ predicates - blocks for all operations - result sets to attr correlation too @@ -18,7 +17,7 @@ done: . Attribute == Attribute -> EqualityPredicate . Attribute >= Attribute -> GreaterThanOrEqualToPredicate . Relation.include?(Column) -> Predicate -. Relation.project(*Column) -> ProjectionRelation +. Relation.project(*Column) -> ProjectRelation . Relation.select(*Predicate) -> SelectionRelation . Relation.order(*Column) -> OrderRelation . #to_sql @@ -67,6 +66,8 @@ done: - All Sql Strategies should be accumulations with the top-level relation? - instance methodify externalize - test: find_attribute_given_attribute and all @attribute ||= everywhere and memoization of table class. +- rename select to where +- rename all ion classes icebox: - #bind in Attribute and Expression should be doing a descend? |