Changeset 2850
- Timestamp:
- 04/02/08 12:39:56 (9 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
r2814 r2850 649 649 650 650 (defun find-store-object (id-or-name &key (class 'store-object) query-function key-slot-name) 651 "Mock up implementation of find-store-object API as in the old datastore" 651 "Mock up implementation of find-store-object API as in the old datastore. 652 Note: QUERY-FUNCTION will only be used if ID-OR-NAME is neither an integer nor a 653 string designating an integer." 652 654 (unless id-or-name 653 655 (error "can't search a store object with null key"))
