]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve two phase transaction requirement detection for PG
authorFederico Caselli <cfederico87@gmail.com>
Sun, 29 Dec 2019 02:23:23 +0000 (21:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Dec 2019 02:41:43 +0000 (21:41 -0500)
commitad57843c01f5c768cad24069bc5b6629fb193c75
treecade7da97b6cf65e7a9387f6c3ee69b0aba9fca8
parentba9b517e6f6a6602df43256a8dda616dd364784b
Improve two phase transaction requirement detection for PG

Improved detection of two phase transactions requirement for the PostgreSQL
database by testing that max_prepared_transactions is set to a value
greater than 0.  Pull request courtesy Federico Caselli.

Fixes: #5057
Closes: #5059
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5059
Pull-request-sha: c30c3b1a5216d281db84f9fa48466edaf7a26d1e

Change-Id: I4360f62eacdf1173172ee24cd05a68e9a448290c
(cherry picked from commit 92fd25f3e1f69b6fbdc3b2bbd81508a01a2668b3)
README.unittests.rst
doc/build/changelog/unreleased_13/5057.rst [new file with mode: 0644]
test/requirements.py