From 0b0d3ec9c83688f678d9fe4aadf8b5aa33f55eca Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 8 May 2024 18:49:41 +0200 Subject: [PATCH] docs(pool): mention running an empty query on check in news file --- docs/news_pool.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5