(defpclass artichoke ()
  ((slot1 :accessor slot1 :initform nil :index t)))
-> #<PERSISTENT-METACLASS ARTICHOKE>

(make-instance 'artichoke)
-> #<ARTICHOKE oid:53249>

(get-instances-by-range 'artichoke nil nil)
-> NIL

Is there any sense behind this result? Are NIL values somehow
special to the secondary indexing mechanism?

How should I find the missing instances with
GET-INSTANCES-BY-RANGE?

  Leslie

_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to