Files
sqlalchemy/test/dialect/postgresql
Mike Bayer c1e192b285 use correct exception for terminate catch + test
Fixed regression caused by just-released fix for 🎫`10863` where an
invalid exception class were added to the "except" block, which does not
get exercised unless such a catch actually happens.   A mock-style test has
been added to ensure this catch is exercised in unit tests.

Fixes: #11005
Change-Id: I5a65403fb7bb35296ff44ae3cf6a336f8e0bda97
(cherry picked from commit 80b52dc522)
2024-02-13 08:49:12 -05:00
..