]> 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>
Mon, 23 May 2022 18:53:26 +0000 (14:53 -0400)
commitc0612f8166b7cd07895e7302bb59192abbb68c43
treeab8e6c5948ef23008789a49aa6128c1a3e7c0517
parent853f726454cff2f34c010cbafacfec85f51f8eeb
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
lib/sqlalchemy/testing/fixtures.py
setup.cfg
test/engine/test_transaction.py