]> 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:38:04 +0000 (11:38 -0400)
commit3e7d2cb147e16a6c46355dc784cc513ca17257e8
treeb2a021ddf6cb2818f6f1351ec5c5c58d3934bafe
parent03d68a98fa0ae4a56b6d3e631cdf805033395b99
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
(cherry picked from commit 37b8c5e755cefd9ae0fdf6816dae09b519be3b06)
doc/build/orm/session_transaction.rst
lib/sqlalchemy/engine/base.py