Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qSyjo-007zLI-Og for pgadmin-hackers@arkaria.postgresql.org; Mon, 07 Aug 2023 11:49:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qSyjm-00958s-AU for pgadmin-hackers@arkaria.postgresql.org; Mon, 07 Aug 2023 11:49:26 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qSyjm-00958i-1t for pgadmin-hackers@lists.postgresql.org; Mon, 07 Aug 2023 11:49:26 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qSyjj-0015Op-LM for pgadmin-hackers@lists.postgresql.org; Mon, 07 Aug 2023 11:49:25 +0000 Received: from github.com (hubbernetes-node-ec33b7e.va3-iad.github.net [10.48.12.67]) by smtp.github.com (Postfix) with ESMTPA id CEB3A8C115C for ; Mon, 7 Aug 2023 04:49:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691408961; bh=7yrOjBs6YHfp/o3g68Uh8N6wNsdwE38ZnYjC/7jgEbc=; h=Date:From:To:Subject:From; b=WJGIdg09MpjIoV3gfzSpfSvR69qCWpKnJMEjCVzrSNYZQ1xyEP4hv343dyXxJxTqG Cgt0WlJgQhfg7mDFJu4RBnmMSh7XyBndc43i8Aqrhda1fqLJF5jvuX+G2tJgc0l3Ha jSjqec6GI0ZiEDBPIoTbuaB68mSXGNS6eblsY/Wo= Date: Mon, 07 Aug 2023 04:49:21 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b55164: Fix the query tool issue where raise Notice from f... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: b55164c454c4950f93f105300d5129bca3e0a860 https://github.com/pgadmin-org/pgadmin4/commit/b55164c454c4950f93f105300d5129bca3e0a860 Author: Khushboo Vashi Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M web/pgadmin/tools/sqleditor/__init__.py M web/pgadmin/tools/sqleditor/tests/test_poll_query_tool.py Log Message: ----------- Fix the query tool issue where raise Notice from func/proc or code blocks are no longer displayed live. #6420