From aeb09afd73cf188c6aee22bf4dd0f1beb937ac22 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Tue, 27 May 2008 21:56:38 -0400 Subject: AND/OR support for predicates --- doc/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/TODO') diff --git a/doc/TODO b/doc/TODO index 0f688bc258..65f9cfbca7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -14,7 +14,6 @@ users.delete().where( SELECT users.*, (SELECT count(id) FROM addresses WHERE addresses.user_id=users.id) FROM users -- and/or w/ predicates - blocks for all operations - result sets to attr correlation too - cache expiry on write @@ -23,6 +22,7 @@ users.delete().where( - scoped writes done: +- and/or w/ predicates - mock out database . Relation <=> Relation -> InnerJoinOperation . Relation << Relation -> LeftOuterJoinOperation -- cgit v1.2.3