]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
enable pg8000 for 1.29.1 and above
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 May 2022 14:34:32 +0000 (10:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 May 2022 21:35:43 +0000 (17:35 -0400)
commit25044513aa5100f2329fd2006bb97cd2136ff709
treec033216642969db558e40627bab04bf628fa8f6c
parent2f80d3875ae36ecbd56887ad2a0eb38b9407b445
enable pg8000 for 1.29.1 and above

ROLLBACK TO SAVEPOINT is re-enabled
in https://github.com/tlocke/pg8000/issues/111.

we still have to add savepoint support to our fixture that
deletes from tables without checking for them.
this is inconvenient but not incorrect.

Change-Id: I2f4a0a3e18db93c3e6794ade9b0fee33d2e4b7dc
(cherry picked from commit c0612f8166b7cd07895e7302bb59192abbb68c43)
lib/sqlalchemy/testing/fixtures.py
setup.cfg
test/dialect/postgresql/test_query.py
test/engine/test_transaction.py