[Cl-perec-devel] Another multi-db bug?

Leslie P. Polzer leslie.polzer at gmx.net
Tue Aug 26 20:32:54 UTC 2008


(defcclass* exportable ()
  ((ensure-exported
    (compute-as (export-to-rdbms -self-) -self-)
    :reader ensure-exported
    ...)))

I'm not familiar with COMPUTED-CLASS. How does this work?

When I evolve a class, ENSURE-EXPORTED seems to call
EXPORT-TO-RDBMS only once, meaning that only the first
of multiple databases gets their table updated.

  Leslie




More information about the cl-perec-devel mailing list