[rucksack-devel] with-transaction

Dr. Helmut G. Enders helmut at cybernetic-systems.de
Wed Aug 27 08:18:10 UTC 2008


Do I always need a
    (with-transaction .. wrapper,
even if I'm only reading?


(defun find-user-by-login (name)
    (rucksack-map-slot *rs* 'user 'login
        (lambda (user) (return-from find-user-by-login user))
        :equal name)
     nil)


There is no applicable method for the generic function
   #<STANDARD-GENERIC-FUNCTION RUCKSACK:TRANSACTION-ID (3)>
when called with arguments
   (NIL).
    [Condition of type SIMPLE-ERROR]


Helmut






More information about the rucksack-devel mailing list