]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
rollback connection before teardown
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Nov 2021 03:49:15 +0000 (23:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Nov 2021 03:50:11 +0000 (23:50 -0400)
commit427fcde8c9b4eb62fa2861093de90c8df2e3f305
treea718220228494c6718530343b3df5bb7c8e25428
parent23f05cd8391bd3600578f14db7b670841f527290
rollback connection before teardown

this test needs to clear out the transaction
if running on SQLAlchemy 2.0.

Change-Id: Ic3f76433ba9b9ea5485a81caae745d3c7f2a4ee8
alembic/testing/fixtures.py
alembic/util/sqla_compat.py