On Aug 28, 2008, at 12:40 PM, PyDevler wrote:

>
> Hi Michael,
>
> (Sorry for the repost at sqlalchemy-devel I was not able to find this
> post, so I thought it didnt go through)
>
> I can write up a small sample later. When I turn echoing on the DB
> engine, I can see that doing:
>
>    query[start:end]
>
> issues the full query, not using limit, offset. Unlike:
>
>    query[start]
>
> which does issue a limit 1 offset `start` query
>
> I forgot about using limit and offset directly, which is what i need
> to do. But I would have thought that it was more usable to do a
> limit/offset if a user is requesting a slice of the result set.
>
> I undrestand that edge slices may not be supported, especially in
> reverse, or when they overlap a boundary.

I cant reproduce query[start:end] not producing LIMIT/OFFSET.


--~--~---------~--~----~------------~-------~--~----~
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