Changeset 3691
- Timestamp:
- 07/30/08 12:11:48 (4 months ago)
- Files:
-
- trunk/bknr/datastore/src/data/object.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bknr/datastore/src/data/object.lisp
r3690 r3691 92 92 (when (and (persistent-slot-p slotd) 93 93 (not (eq :restore (store-state *store*))) 94 (not ( eq 'last-change slot-name)))94 (not (member slot-name '(last-change id)))) 95 95 (setf (slot-value object 'last-change) (current-transaction-timestamp))))) 96 96
