[elephant-devel] Re: Btree-index-cursor issues
Alex Mizrahi
alex.mizrahi at gmail.com
Thu Jun 26 13:39:51 UTC 2008
> (defparameter *blah* (make-cursor (get-index (get-from-root :blah) :ind)))
>
> *blah*
works for me:
ELE> (defparameter *blah* (make-cursor (get-index (get-from-root :blah) :ind)))
*BLAH*
ELE> *blah*
#<DB-POSTMODERN::PM-SECONDARY-CURSOR cur-key:NIL cur-val:NIL {100639B971}>
> ;; Printing was aborted and the UNBOUND-SLOT was stored in
> ;; SB-DEBUG::*NESTED-DEBUG-CONDITION*.)
> ;; (CELL-ERROR-NAME SB-DEBUG::*NESTED-DEBUG-CONDITION*) =
> ;; DB-POSTMODERN::NAME
there is no NAME slot to my knowledge
> (I'm running Elephant 0.9, Postmodern 1.12, SBCL 1.0.12 and Debian Linux.)
you mean a release version? try out one from darcs, that's what i'm using here
More information about the elephant-devel
mailing list