]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: sync pipeline after tpc_prepare()
authorDenis Laxalde <denis@laxalde.org>
Tue, 10 May 2022 19:24:12 +0000 (21:24 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 19 May 2022 16:56:39 +0000 (18:56 +0200)
commit3ad0142e0d158396eb995ee7f9ee01c91d204d03
treef62848a4d19d2ec74b27f35b40d87d866d31aa73
parent6cf8815405b5024b1818a645e5f35fad73230403
fix: sync pipeline after tpc_prepare()

This is to get the NotSupported raised directly when calling
tpc_prepare() as expected in test_tpc_disabled().
psycopg/psycopg/connection.py
tests/test_tpc.py
tests/test_tpc_async.py