r10077: * multiple: Apply patch from Joerg Hoehle with multiple
[clsql.git] / sql / oodml.lisp
index 142e51631d1f246eb19f8abb1a449d24ec0bd247..f3c4437b26504775746501ad9a76ac060320f028 100644 (file)
@@ -1148,7 +1148,8 @@ as elements of a list."
   (unless (record-caches database)
     (setf (record-caches database)
          (make-hash-table :test 'equal
-                          #+allegro :values #+allegro :weak
+                          #+allegro   :values    #+allegro :weak
+                          #+clisp     :weak      #+clisp :value
                            #+lispworks :weak-kind #+lispworks :value)))
   (setf (gethash (compute-records-cache-key targets qualifiers)
                 (record-caches database)) results)