]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add test cases for pullreq github:182, where we add a new
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Jun 2015 20:43:16 +0000 (16:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Jun 2015 20:43:16 +0000 (16:43 -0400)
commit9ccdea3a0fe57931e779b44eb2c278b78eea3d95
tree0e77479d782446f0b35e367bc38e97d215800f4c
parente15d58695d6eff9a1d53e31e5ae3666434a4a1af
- add test cases for pullreq github:182, where we add a new
"max_row_buffer" execution option for BufferedRowResultProxy
- also add documentation, changelog and version notes
- rework the max_row_buffer argument to be interpreted from
the execution options upfront when the BufferedRowResultProxy
is first initialized.
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/postgresql/psycopg2.py
lib/sqlalchemy/engine/result.py
test/engine/test_execute.py
test/orm/test_query.py