]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Clarify ORM server side results
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Mar 2021 03:13:52 +0000 (22:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Mar 2021 03:33:15 +0000 (22:33 -0500)
commitbe46d5b94118c89bf496f1cf3342755fab66d636
tree80ed30f2f7ec846c4e6192ffc04562b12edbaee6
parent28b0b6515af26ee3ba09600a8212849b2dae0699
Clarify ORM server side results

the docs here implied that the buffering scheme used by
BufferedRowCursorFetchStrategy is also used by the ORM, however
this is not currently the case.  The ORM strictly uses the
"yield_per" option, which is either set explcitly, or passed
at result time via the fetchmany() / partitions() / yield_per()
methods.

Change-Id: I146595752dc227c97875de3c09ef9fc6f0fc836f
doc/build/core/connections.rst