Thnx for the quick reply! :-)
I dont think i got it..
the output of:
s = select('select * from table ').offset(1).limit(1)
is...
SELECT s, e, l, c, t, , *, f, r, o, m, a, b
LIMIT 1 OFFSET 1
...
Can you please explain what am i doing wrong?
Thnx a lot!
On Tue, May 5, 2009 at 2:55 PM, Michael Bayer <[email protected]>wrote:
>
> see
>
> http://www.sqlalchemy.org/docs/05/sqlexpression.html#ordering-grouping-limiting-offset-ing
> .
>
>
> Tiago Becker wrote:
> > Hello.
> >
> > I'm trying to write some kind of framework web, but i would like to use
> > sqlalchemy, but i need to make a paged result, and every DB has a way to
> > limit the query...
> > Is there a way to do this in alchemy? Note: it's a query defined in xml,
> > so
> > i use pure sql (this part will just use the alchemy connection).
> >
> > Thanks in advance!
> >
> > >
> >
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---