Re: [SQLObject] sqlbuilder.Select and SelectResults

2007-02-23 Thread Oleg Broytmann
On Fri, Feb 23, 2007 at 02:27:38PM -0300, Claudio Martinez wrote: > Is it possible to get something similar to a SelectResults from a > sqlbuilder.Select? As far as I understand Luke Opperman works on a project with a number of goals, and there is a heavily modified Select that itself behaves l

[SQLObject] sqlbuilder.Select and SelectResults

2007-02-23 Thread Claudio Martinez
Is it possible to get something similar to a SelectResults from a sqlbuilder.Select? I'm doing a couple of selects I want to pass through a component that expects a SR (a paginator). Wanted to ask before doing it the old way. Thanks in advance, Claudio Martinez ---