From: Mike Bayer Date: Mon, 10 Oct 2022 14:42:59 +0000 (-0400) Subject: remove redundant paragraph X-Git-Tag: rel_1_4_42~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a84f474051cae710e33b3d9486194ed534fe0167;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove redundant paragraph backported from main; see comment at https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/4042/52..61/doc/build/orm/queryguide/api.rst#239 Change-Id: I214784ef8f6ff523c3cc55df2318a85d45a0690d --- diff --git a/doc/build/orm/queryguide.rst b/doc/build/orm/queryguide.rst index 70254234e4..3da22ebd26 100644 --- a/doc/build/orm/queryguide.rst +++ b/doc/build/orm/queryguide.rst @@ -1092,11 +1092,6 @@ partitions. The size of each partition defaults to the integer value passed to (User(id=1, name='spongebob', fullname='Spongebob Squarepants'),) ... -When ``yield_per`` is used, the -:paramref:`_engine.Connection.execution_options.stream_results` option is also -set for the Core execution, so that a streaming / server side cursor will be -used if the backend supports it. - The ``yield_per`` execution option **is not compatible** with :ref:`"subquery" eager loading ` loading or :ref:`"joined" eager loading ` when using collections. It