Re: [elephant-devel] UTF seriazer/desiriali patch

2009-08-04 Thread Hiroyuki Komatsu
From: "Leslie P. Polzer" Date: Tue, 4 Aug 2009 08:58:03 +0200 (CEST) > Could you also add new tests that show the problem? Below listing is test code, uses attached utf-8 encoded file. File was constructed by six lines, have below format. #\:UTF-(8|16|32) char-code:)> ---

[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