From a84f474051cae710e33b3d9486194ed534fe0167 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 10 Oct 2022 10:42:59 -0400 Subject: [PATCH] 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 --- doc/build/orm/queryguide.rst | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.47.3