]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Rework Session transaction FAQs
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Jun 2019 18:50:22 +0000 (14:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Jun 2019 18:50:22 +0000 (14:50 -0400)
commit4bd3cf69b2a7f5b1977e7be2b8588fd5d3424d11
treea11f2de5ea35e1b52a3e9b4d53dbbbe8a003cf38
parent80eae2055fa26efb74c26af08af5e9b3c51f6063
Rework Session transaction FAQs

In preparation for #4712, add an errors.rst code to the Session's
exception about waiting to be rolled back and rework the FAQ entry
to be much more succinct.  When this FAQ was first written, I found
it hard to describe why flush worked this way but as the use case is
clearer now, and #4712 actually showed it being confusing when it doesn't
work this way, we can make a simpler and more definitive statement
about this behavior.   Additionally, language about "subtransactions"
is minimized as I might be removing or de-emphasizing this concept in
2.0 (though maybe not as it does seem to work well).

Change-Id: I557872aff255b07e14dd843aa024e027a017afb8
doc/build/errors.rst
doc/build/faq/sessions.rst
lib/sqlalchemy/orm/session.py