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
Sounds like an opportunity for a cute little macro...
(defmacro with-store ((store) &body body)
`(let ((*store-controller* ,store))
(declare (special *store-controller*))
,@body))
which is now in the current dev tree.
There is also the with-open-store macro which will open