From: Daniele Varrazzo Date: Wed, 8 May 2024 16:49:41 +0000 (+0200) Subject: docs(pool): mention running an empty query on check in news file X-Git-Tag: 3.2.0~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F791%2Fhead;p=thirdparty%2Fpsycopg.git docs(pool): mention running an empty query on check in news file --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 99269b5c8..f76f1430f 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -16,6 +16,8 @@ psycopg_pool 3.2.2 (unreleased) - Raise a `RuntimeWarning` instead of a `DeprecationWarning` if an async pool is open in the constructor. - Fix connections possibly left in the pool after closing (:ticket:`#784`). +- Use an empty query instead of ``SELECT 1`` to check connections + (:ticket:`#790`). Current release