From: Mike Bayer Date: Thu, 25 Nov 2021 00:47:57 +0000 (-0500) Subject: fix execution options docs local to 1.4 X-Git-Tag: rel_1_4_28~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30a44a534067be422a22b7bac931c9eb974b7689;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix execution options docs local to 1.4 the cherry-pick in c37ef701638e27863a7af768ba8 went in cleanly but failed to accommodate that the spacing here was still wrong in a different way. Change-Id: Ife87fb01aec3eae2ae9635e6951330279f29471b --- diff --git a/doc/build/orm/session_api.rst b/doc/build/orm/session_api.rst index 2a85c2c926..635223aa10 100644 --- a/doc/build/orm/session_api.rst +++ b/doc/build/orm/session_api.rst @@ -46,6 +46,7 @@ Session and sessionmaker() :attr:`_orm.ORMExecuteState.execution_options` .. attribute:: execution_options + The complete dictionary of current execution options. This is a merge of the statement level options with the locally passed execution options.