]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Clean up .execute calls in PostgreSQL tests
authorGord Thompson <gord@gordthompson.com>
Sat, 28 Mar 2020 23:34:05 +0000 (17:34 -0600)
committerGord Thompson <gord@gordthompson.com>
Tue, 31 Mar 2020 14:48:51 +0000 (08:48 -0600)
commit83c8231ac1821703a2ec7f07bbd68e8712101e73
tree203039b9b1a09c907b027ccaa206effe3b43ae4e
parent379e878c5854f8d0b4e65338571ba03986901ba8
Clean up .execute calls in PostgreSQL tests

Fixes: #5220
Change-Id: I789e45dffc2b177ebb15ea3268bb965be8b06397
test/dialect/postgresql/test_compiler.py
test/dialect/postgresql/test_dialect.py
test/dialect/postgresql/test_on_conflict.py
test/dialect/postgresql/test_query.py
test/dialect/postgresql/test_types.py