]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
handle asyncpg InternalClientError
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Apr 2026 20:13:53 +0000 (16:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Apr 2026 20:13:53 +0000 (16:13 -0400)
commit70de8780239972233fe2b7b4121251698bbf19ca
tree4a1c9221fe551c0057e9f2f7c41e01a2566e0626
parent5559c5e5ae73ccde0a3107321acf40502990c17e
handle asyncpg InternalClientError

Fixed issue where the asyncpg driver could throw an insufficiently-handled
exception ``InternalClientError`` under some circumstances, leading to
connections not being properly marked as invalidated.

Fixes: #13241
References: https://github.com/MagicStack/asyncpg/issues/1069
Change-Id: Iaaf551b3d7b062cce62e13b441161583a484615f
doc/build/changelog/unreleased_20/13241.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/asyncpg.py