[elephant-devel] export #:db-error ?

Mac Chan emailmac at gmail.com
Sat May 5 22:30:54 UTC 2007


I noticed a warning "DB-ERROR is not a valid type" when I compile the
blog-example.

(handler-case
      (with-transaction ()
	(make-instance 'blog-entry
                       :date date
                       :title title
                       :text text))
    (db-error () nil))

It so happens that I still have the old elephant source code (I simply
untar the new code into the same directory)

When I do a grep on all the source I find that in the original
src/sleepycat.lisp it exports a bunch of symbol which includes
#:db-error

Is this symbol supposed to be exported?

Thanks.



More information about the elephant-devel mailing list