the "limit" and "offset" parameters should be specified to
query.select().  you cant use "limit" and "offset" with
query.select_by_XXX unless you are using the SelectResults extension.

assuming youre using those, the first step is to turn on query logging
and insure that the queries being generated are what you would expect.

if that doesnt work, and youd like someone here to figure out whats
going wrong, attach a fully working test program, including full table
definitions, mappers, etc., with no external dependencies, that I can
run locally here, using a db url of "sqlite://" for an in-memory sqlite
database.


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