]> 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:18 +0000 (21:41 -0500)
commit92fd25f3e1f69b6fbdc3b2bbd81508a01a2668b3
treecf4e5c8955682b9ef713d40f35059c21cfcff022
parentf1a22596e2283371f2216245ac4b7ff9a0fb6a9a
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
README.unittests.rst
doc/build/changelog/unreleased_13/5057.rst [new file with mode: 0644]
test/requirements.py