[Cl-perec-devel] There is no class named TIMESTAMP. (was: Re: [cl-rdbms-devel] Problem with dml.lisp)

Attila Lendvai attila.lendvai at gmail.com
Sat Aug 23 20:14:22 UTC 2008


> (defparameter *database*
>  (make-instance 'postgresql-postmodern
>                 :connection-specification '(:host "localhost" :port 5433
>                                             :database "test"
>                                             :user-name "sky" :password "sky")))

you need to specify the perec transaction class for cl-rdbms. add this
next to the connection specification:

:transaction-mixin 'cl-perec::transaction-mixin

see cl-perec-test.postgresql.asd for more details. (it also adds the
transaction-t-mixin, but you don't need that, it's the time machine
stuff).

also you can try (asdf:operate 'asdf:test-op
:cl-perec-test.postgresql) to start the standard perec testsuite.

-- 
 attila



More information about the cl-perec-devel mailing list