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

Leslie P. Polzer leslie.polzer at gmx.net
Sat Aug 23 19:38:20 UTC 2008


> Compiles fine now, thank you very much. :)

So we're now at the stage of run-time errors. ;)

(asdf:oos 'asdf:load-op :cl-perec)

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

(defpclass* foo () ((name :type (text 20)) (age :type integer-16)))

(with-transaction
  (make-instance 'foo :name "bar" :age 5))

fails with:

  There is no applicable method for the generic function
    #<STANDARD-GENERIC-FUNCTION CREATED-INSTANCES-OF (1)>
  when called with arguments
    (#<#<STANDARD-CLASS NIL {C9330A1}> :begin-executed-p #t {C917001}>).

I understand that I might have forgot to setup some thing
or another, but I don't know what that might be...

  Leslie




More information about the cl-perec-devel mailing list