Changeset 3691

Show
Ignore:
Timestamp:
07/30/08 12:11:48 (4 months ago)
Author:
hans
Message:

Don't try to log changes to ID slot.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bknr/datastore/src/data/object.lisp

    r3690 r3691  
    9292    (when (and (persistent-slot-p slotd) 
    9393               (not (eq :restore (store-state *store*))) 
    94                (not (eq 'last-change slot-name))) 
     94               (not (member slot-name '(last-change id)))) 
    9595      (setf (slot-value object 'last-change) (current-transaction-timestamp))))) 
    9696