Hi--
the get-instance* functions don't take a store-controller argument.
What's the recommended way of directing these to the appropriate store
where many may be open?
regards
Tiarnán
--
The law, in its majestic equality, forbids the rich as well as the
poor to sleep under bridges, to beg in t
Hi--
I've tried the same test-case on elephant unstable and the indices are
still not being updated, so the problem remains.
One question: I'm using slot-value to update the indexed slots. Is
this the problem, or should the indices be updated in any case?
regards
Tiarnan
_
Hi--
here's a small program that reproduces the problem.
> Yes, try the not-so-unstable-on-BDB elephant-unstable[1].
Thanks, I will do so tonight.
regards
Tiarnán
ele-test.lisp
Description: Binary data
___
elephant-devel site list
elephant-devel@co
Hi--
I'm storing objects in a btree, and indexing one slot common to all of
the objects for fast retrieval. There is more than one type of object
in the btree, so I'm using btree indices rather than a slot index.
I note that when the indexed slot changes, the index is not updated.
As I'm using t
Hi--
I'm getting the following when compiling elephant (both 0.9 and 0.9.1):
Error in function ALIEN::%PARSE-ALIEN-TYPE:
Unknown alien type: ELEPHANT-MEMUTIL::UNSIGNED-CHAR
CMUCL 19d, with UFFI 1.6.0, running on Linux x86 2.6.18
any ideas?
Tiarnán
___