I think Scott Moss wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > I asked a few days ago about defquery and enums. On further > investigation, I am less inclined to believe that the problem is due to > the enums. Is there any general reason why, or common mistake causing a > run-query* to return just one fact when there are many facts in working > memory satisfying the defquery clause? The alternative (which happened > with enums) is that all but one such fact is returned. >
Maybe show us the code that calls run-query* and works with the result? Note that the QueryResult object behaves like a JDBC ResultSet or an Iterator, in that you have to call next() on it to advance it to the first record before use. --------------------------------------------------------- Ernest Friedman-Hill Advanced Software Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
