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 1rKFBa-001Guu-7c for pgadmin-hackers@arkaria.postgresql.org; Mon, 01 Jan 2024 10:06:18 +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 1rKFAY-00BmNV-3V for pgadmin-hackers@arkaria.postgresql.org; Mon, 01 Jan 2024 10:05:14 +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 1rKFAX-00BmNN-Qb for pgadmin-hackers@lists.postgresql.org; Mon, 01 Jan 2024 10:05:13 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rKFAT-00Exyh-5J for pgadmin-hackers@lists.postgresql.org; Mon, 01 Jan 2024 10:05:11 +0000 Received: from github.com (hubbernetes-node-fe181c6.va3-iad.github.net [10.48.151.31]) by smtp.github.com (Postfix) with ESMTPA id 535DCE0B6B for ; Mon, 1 Jan 2024 02:05:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704103507; bh=iRLEdkfH75sg4eKVsVhfGE7qpX65VsmCmiPUpgMNq1A=; h=Date:From:To:Subject:From; b=d+ox8G3jwbR80ZjZ61qZEE0biLJbdFkzCuQ469TuItgJfKfXOM8p6ntHM18aCa89T KUv7MdGov+vUJcVPuWQlupDYCeX8MecJAb69w+Z2xjbCbPxjRc3gfULZKy6YpaMzk6 bs0xF5mRsRauEGgkBFzpaBIa4QSi4zeiLgd+841Y= Date: Mon, 01 Jan 2024 02:05:07 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 524805: Fixed an issue where auto commit/rollback setting ... 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: 5248055a01c07860f2c7b24eaad6a332d5179755 https://github.com/pgadmin-org/pgadmin4/commit/5248055a01c07860f2c7b24eaad6a332d5179755 Author: Aditya Toshniwal Date: 2024-01-01 (Mon, 01 Jan 2024) Changed paths: M docs/en_US/release_notes_8_2.rst M web/pgadmin/tools/sqleditor/__init__.py Log Message: ----------- Fixed an issue where auto commit/rollback setting not persisting across query tool connection change. #7091