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:)>
---
(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