Is there a way to do the same thing that yield_per does for queries generated with Session.query but for queries performed using Session.execute (e.g. built with text() or select())? Is fetchmany the right function? I don't see it fetching forward on the cursor as I would expect.
I'm using postgresql 9.1 and psycopg2, FWIW. -Ryan Kelly -- 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.
