From 6d7a7e2314987dc113b7f3888bcc4d07e7b2781a Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 7 Jan 2009 23:02:28 +0100 Subject: Fix object-relational mapping for comments. Previously, a SELECT would take an instance of each comment for each journal entry, which would make the number of comments explode to a ridiculous degree. darcs-hash:8e686d87e18f5d09cc613792da9dd5b284296b14 --- journal-content.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'journal-content.lisp') diff --git a/journal-content.lisp b/journal-content.lisp index f74a45f..b0dd458 100644 --- a/journal-content.lisp +++ b/journal-content.lisp @@ -88,8 +88,7 @@ :db-info (:join-class journal-entry :home-key entry-id :foreign-key id - :set nil - :retrieval :immediate)) + :set nil)) (uuid :type (string 36) :db-constraints :not-null :accessor uuid-of -- cgit v1.2.3