Changeset 2850

Show
Ignore:
Timestamp:
04/02/08 12:39:56 (9 months ago)
Author:
ksprotte
Message:

find-store-object added note about QUERY-FUNCTION in docstring

Files:

Legend:

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

    r2814 r2850  
    649649 
    650650(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. 
     652Note: QUERY-FUNCTION will only be used if ID-OR-NAME is neither an integer nor a 
     653string designating an integer." 
    652654  (unless id-or-name 
    653655    (error "can't search a store object with null key"))