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 1qQkjk-000rt4-01 for pgadmin-hackers@arkaria.postgresql.org; Tue, 01 Aug 2023 08:28:12 +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 1qQkjh-004zqt-Ru for pgadmin-hackers@arkaria.postgresql.org; Tue, 01 Aug 2023 08:28:11 +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 1qQkjh-004zql-Jx for pgadmin-hackers@lists.postgresql.org; Tue, 01 Aug 2023 08:28:11 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qQkjf-0009ZP-UW for pgadmin-hackers@lists.postgresql.org; Tue, 01 Aug 2023 08:28:10 +0000 Received: from github.com (hubbernetes-node-3467ef0.ac4-iad.github.net [10.52.125.15]) by smtp.github.com (Postfix) with ESMTPA id 640E81E1060 for ; Tue, 1 Aug 2023 01:28:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1690878486; bh=Moe1yF8XdGRCFbm6QW/zBQf32XlC9KMfvvx0LejLslY=; h=Date:From:To:Subject:From; b=IDSttVQmIC+hdlZ0iIW444kYDuWsIevt/fncm6mCgUhZvlFcexQq+qvWbGbYkVoqP tQpXf/OqLS4EnM9yJ5NFgvjfUL2XQGz5K7ufvCVCDy+BsxlXlcu8YXpkEkssE0J/Yy f+mL6c4bLc8mqvZx3tAUlzU+e1T3FEouaBU2GKp4= Date: Tue, 01 Aug 2023 01:28:06 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 30a0fb: Fix the issue where query tool window turns blank ... 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: 30a0fb1cb332495d1bc2560f644bda4fea1306d5 https://github.com/pgadmin-org/pgadmin4/commit/30a0fb1cb332495d1bc2560f644bda4fea1306d5 Author: Khushboo Vashi Date: 2023-08-01 (Tue, 01 Aug 2023) Changed paths: M web/pgadmin/utils/driver/psycopg3/connection.py Log Message: ----------- Fix the issue where query tool window turns blank if the user tries to generate a graph on the result. #6500