On Dec 2, 6:20 pm, petter <[email protected]> wrote:

> But it appears that there is an explicit order-by there on the first
> field of the view there:

Alright, the code in find-persistent-objects is this:

    (select class-name
            :order-by (order-by-expression class-name order-by)
       ...)

class-name and order-by are part of f-p-o's lambda list.

You'll have to find some way to tell f-p-o to pass the correct sorting
clause.
Hint: if order-by is nil the whole sorting clause should be omitted
from the query.

Does that help?

  Leslie

--

You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.


Reply via email to