]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs(pool): mention running an empty query on check in news file 791/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 May 2024 16:49:41 +0000 (18:49 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 May 2024 16:50:41 +0000 (18:50 +0200)
docs/news_pool.rst

index 99269b5c8541f15500d30f2ea5aaa27fc94027e4..f76f1430f1d837c2a21f62e0ba9c2a6fe64a1416 100644 (file)
@@ -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