]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix up SAVEPOINT docs
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Aug 2022 15:34:35 +0000 (11:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Aug 2022 15:34:35 +0000 (11:34 -0400)
commit37b8c5e755cefd9ae0fdf6816dae09b519be3b06
treecb512bfd5b4dc0fc699d3de6aad212205aca8b8a
parent44f54bf4c0056e747dd62544911886cd43647ca0
fix up SAVEPOINT docs

these contained a factual error that the entire session is
expired, which is no longer the case (I can't find exactly
when this was changed).  Additionally, added a PostgreSQL
specific example w/ IntegrityError as this is the most
common case for this.   Tried to tighten up other language
and make it as clear as possible.

Change-Id: I39160e7443964db59d1d5a2e0616084767813eea
doc/build/orm/session_transaction.rst
lib/sqlalchemy/engine/base.py