From 5a2d4f5475b8a040e2ed2da826afe50f0b3824c7 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Tue, 15 Apr 2008 01:24:15 -0400 Subject: Fake database implementation. MySQL not required to run the tests --- doc/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/TODO') diff --git a/doc/TODO b/doc/TODO index 16cbc0d77a..7a6be568e8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,13 +1,13 @@ todo: - rename ActiveRelation to arel - incorporate linq vocabularity -- mock out database - fix complex joining cases: - extract adapters - cache expiry on write - rewrite of arecord querycache test in light of this done: +- mock out database . Relation <=> Relation -> InnerJoinOperation . Relation << Relation -> LeftOuterJoinOperation . InnerJoinOperation.on(*Predicate) -> InnerJoinRelation -- cgit v1.2.3