]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added max_row_buffer attribute to the context execution options and use
authorMorgan McClure <mcclurem@quagmire>
Sun, 14 Jun 2015 02:27:55 +0000 (19:27 -0700)
committerMorgan McClure <mcclurem@quagmire>
Sun, 14 Jun 2015 02:27:55 +0000 (19:27 -0700)
commita8c6cce404caf4a9c20faefc8f11a3e37db3ea05
tree99f5e1d29daeedaee48e5f5fbcedbb229c1aeef4
parent235165d54618031f525f029e5686a03c273a7c7e
Added max_row_buffer attribute to the context execution options and use
it to prevent excess memory usage with yield_per
lib/sqlalchemy/engine/result.py
lib/sqlalchemy/orm/query.py