From 518db17ca3dade07fc67b6044b63c826cefb1442 Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Mon, 19 May 2008 13:57:21 -0700 Subject: renamed ion classes --- doc/TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/TODO') diff --git a/doc/TODO b/doc/TODO index 4b27d03c4c..8d805d9f72 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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? -- cgit v1.2.3