On 4/8/15 6:43 AM, Dorian Hoxha wrote:
I searched documentation, mailing list, issue-list, code (on github), google, and couldn't find for a way to set the "iterszie", the number of rows to get on each batch when streaming results with psycogp2.
we don't have public API for that attribute at the moment, so unless you want to work with the cursor directly as in http://docs.sqlalchemy.org/en/rel_0_9/core/connections.html#working-with-raw-dbapi-connections, this feature would be an execution_option supported and documented by the psycopg2 dialect. Feel free to open a feature request and/or work up a pull request.
-- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
