aboutsummaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
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