Bugs item #2334492, was opened at 2008-11-23 20:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=540672&aid=2334492&group_id=74338
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: SQLObject release (specify)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: reverse method does not return object
Initial Comment:
In SQLObject 0.10.2:
When I have a sqlobject object,
and I try something such as:
return list(object.select().reverse())
I will get an error because the reverse() method does not return Results, it just applies it into the object.
This makes ruby-style chains difficult.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=540672&aid=2334492&group_id=74338
|