Hi,

Can some one on the devs team explain this on DAL.py (line 8098):
                    if count > limits[1]-limits[0]:
                        return Row({'status':400,'error':'too many 
records','response':None})

I'm trying to use the parse_as_rest function, sending a request as 
..../auth-user?offset=16&limit=10. This should give me 10 records starting 
at the record 17, am I right?
If I remove this this condition, it seems to work just fine.

Any thoughts?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to