Given the OID, Is there a way to obtain an object slot value without
recreating the object? I want to reacreate the object only when a specific
value is present.
I am aware that I could use map-inverse-index to search for value, but it
does not do exacty what I want: I want to get all the object
> -Ursprüngliche Nachricht-
> Von: "Ian Eslick"
>
> Did this happen on the first open-controller or somewhere in the
> middle of the tests?
>
I can't tell.
But I tried this:
(asdf:operate 'asdf:load-op :elephant)
(asdf:operate 'asdf:load-op :ele-bdb)
(setf *db-spec* '(:BDB "c:/temp
Hi Ian,
I guess there is nothing better than trying it out :)
ELE-TESTS> (defpclass person ()
((friends :accessor friends-of :associate (person friends)
:many-to-many t)))
#
ELE-TESTS> (defparameter person1 (make-instance 'person))
PERSON1
ELE-TESTS> (defparameter person2 (make-insta
On Wed, Jan 28, 2009 at 12:26 AM, Ian Eslick wrote:
> >
> Hi John,
>
> Your mileage may vary, but I'm really not concerned about users
> causing significant performance degradation by doing lots of null
> edits. If that is happening, it's probably a user interface design
> problem. The trivial