Re: [elephant-devel] Deferred schema sync

2009-09-09 Thread Ian Eslick
Hi Leslie, The policies here have been a thorn in the design for some time. The first version of schema sync provided lots of configuration options for sync policies, the second tried to provide a clean default policy; but I have also had this redefine before open sync problem. The idea is

[elephant-devel] Deferred schema sync

2009-08-04 Thread Leslie P. Polzer
(open-store *testbdb-spec*) (defpclass foobar () ()) (make-instance 'foobar) (close-store) (defpclass foobar () ((slot :accessor slot :initform nil)) (:index t)) (open-store *testbdb-spec*) (describe (car (get-instances-by-class 'foobar))) # [standard-object] Slots with :DATABASE all