[elephant-devel] Bug in GET-INSTANCES-BY-RANGE
Leslie P. Polzer
leslie.polzer at gmx.net
Mon May 5 10:52:25 UTC 2008
Sorting on a slot field with NIL values and START, END = NIL
doesn't work correctly:
MYSTIC(23): (defpclass moo () ((slot1 :type list :initform nil :index t)))
#<PERSISTENT-METACLASS MOO>
MYSTIC(24): (make-instance 'moo)
#<MOO oid:130046>
MYSTIC(25): (get-instances-by-class 'moo)
(#<MOO oid:130046>)
MYSTIC(26): (get-instances-by-range 'moo 'slot1 nil nil)
NIL
Known behaviour?
Leslie
More information about the elephant-devel
mailing list