Hi there,

I have a query like:

sesion.query(MytableTable)

which returns a huge numer of recors.
now I would like to iterate trough the records.
What method should I use?

sesion.query(MytableTable).all() returns all
and next or fetchone is not defined.

thanks for your help
robert


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

Reply via email to