This is the relevant code in gql.py

        if not isinstance(items,list):
            ...
            if attributes.get('limitby', None):
                (lmin, lmax) = attributes['limitby']
                (limit, offset) = (lmax - lmin, lmin)
                items = items.fetch(limit, offset=offset)

Is anybody else having problems with GAE limitby?


On Feb 19, 7:09 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> It should but I'll take a second look.
>
> On Feb 19, 5:13 pm, Wes James <compte...@gmail.com> wrote:
>
> > I have limitby(0,10) in the controller and I have 12 items in the db
> > right now, but all twelve are showing
>
> >http://web2pyapi.appspot.com/ide/default/models
>
> > It also is working with StringListProperty and searches can be done on
> > partial words.
>
> > Does web2py limitby work on gae?
>
> > thx,
>
> > -wes

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to