I know we have pre-build Elephant DLLs for 4.5 which should work with 1.0. Is
that configuration working for everyone?
What's the current status of LW and BDB 4.7? I only have access to LW 5.1 at
the moment (Personal Edition for 6 is not out yet) so will not be able to help
debug 6.0. It wil
We introduced recreate-instance in 1.0 which does not call your
initialize-instance when existing instances are pulled from the DB. You are
not the first to have this problem. ;) Under the new system, you'll use
initialize-instance which should have the expected behavior now of only acting
a
(still on 0.9)
I defined an after method for initialize instance of a persistent class.
The after method is called when a new persistent object is created, as desired.
It appears that the method is also called when the persistent object is read
from the store, which is not what I want.
a) Is th
Hi Red,
I'm sorry this took so long to get to. I had to bring up a new Linux VM to try
to reproduce your test among other things. Unfortunately I'm unable to
reproduce this locally on the latest Ubuntu Linux w/ sbcl 1.0.32, BDB 4.7, and
the latest elephant-1.0 tree.
I have some theories abou