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 1qTFJJ-008v9t-Mg for pgadmin-hackers@arkaria.postgresql.org; Tue, 08 Aug 2023 05:31:14 +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 1qTFJH-00Dyvg-Rj for pgadmin-hackers@arkaria.postgresql.org; Tue, 08 Aug 2023 05:31:12 +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 1qTFJH-00DyvX-Iv for pgadmin-hackers@lists.postgresql.org; Tue, 08 Aug 2023 05:31:12 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qTFJF-001EFg-8W for pgadmin-hackers@lists.postgresql.org; Tue, 08 Aug 2023 05:31:11 +0000 Received: from github.com (hubbernetes-node-08ffde4.ac4-iad.github.net [10.52.140.26]) by smtp.github.com (Postfix) with ESMTPA id 6FC837005EC for ; Mon, 7 Aug 2023 22:31:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691472667; bh=0OBSJuNCreU6nqDexlO8fcVQx6Mx8GPpVdyrC5yd73Y=; h=Date:From:To:Subject:From; b=jH7U1SXm8Epstv3+HuAYX+yGa9MhpPogOIecluXwOoVQWYg0YH5o+qr4EHlHZZnIF tkfHrj6GJCy1cpfeAaDI/VMONPK958LqMn8LlnjxsdyYjJA8wVSGBcl7qtIHYqOYAV /xYqvSKhMudgBlJQVdx3Ozcn/DQ8GoGoBXHM166U= Date: Mon, 07 Aug 2023 22:31:07 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c72e2f: Fix the query tool issue 'pgAdminThread' object ha... 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: c72e2f159de1df625fe2bb19ef9ea839b929a0c2 https://github.com/pgadmin-org/pgadmin4/commit/c72e2f159de1df625fe2bb19ef9ea839b929a0c2 Author: Khushboo Vashi Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M web/pgadmin/tools/sqleditor/__init__.py M web/pgadmin/tools/sqleditor/utils/start_running_query.py Log Message: ----------- Fix the query tool issue 'pgAdminThread' object has no attribute 'native_id'. #6660