]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove redundant paragraph
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Oct 2022 14:42:59 +0000 (10:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Oct 2022 14:42:59 +0000 (10:42 -0400)
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

index 70254234e457648b313dfacaf97ccfd43bad0e33..3da22ebd2641414ce7091e091e0992cd0cae5d22 100644 (file)
@@ -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 <subquery_eager_loading>` loading or
 :ref:`"joined" eager loading <joined_eager_loading>` when using collections. It