On Aug 28, 2008, at 2:59 PM, PyDevler wrote:

>
> On Aug 28, 10:50 am, Michael Bayer <[EMAIL PROTECTED]> wrote:
>> I cant reproduce query[start:end] not producing LIMIT/OFFSET.
>
> Actually that is right:
>
>    query[start:end]
>
> does produce limit/offset. What I was doing was:
>
>    query[:end]
>
> Since in lists start defaults to 0, that does not produce a Limit/
> Offset.
>

we'll try to look into slices lke [:y] and [x:] producing something  
reasonable.

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

Reply via email to