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 1rKDrh-0018jl-8C for pgadmin-hackers@arkaria.postgresql.org; Mon, 01 Jan 2024 08:41:41 +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 1rKDrf-00Bd24-Hu for pgadmin-hackers@arkaria.postgresql.org; Mon, 01 Jan 2024 08:41:39 +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 1rKDrf-00Bd1v-AC for pgadmin-hackers@lists.postgresql.org; Mon, 01 Jan 2024 08:41:39 +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 1rKDrY-00ExUD-Ae for pgadmin-hackers@lists.postgresql.org; Mon, 01 Jan 2024 08:41:38 +0000 Received: from github.com (hubbernetes-node-2a4655c.ac4-iad.github.net [10.52.11.66]) by smtp.github.com (Postfix) with ESMTPA id 82BD4700383 for ; Mon, 1 Jan 2024 00:41:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704098490; bh=iZvfbk+eCpb8VsuVGmfxKIRMUXbwUHd7o9Zn5fHs1RA=; h=Date:From:To:Subject:From; b=W1a70e02Aj4OTNGK1ykiyFIA0N8wNIiCTjt8TKvai9WIKFzrTO0CXLtHGDDV6psIj VOFlmiMxXZtUjQea28yQM/muVCgoNM5rjk+auKOuQFBAuceVCIvCIfcb9RJPdTFxLT zgl5hM4d3djMO6NpJ8j0/ZWG0Ug3PaWz2SIn9ebE= Date: Mon, 01 Jan 2024 00:41:30 -0800 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 262105: Fix an issue where connection string sequences do ... 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: 26210500668fb884ccfdcb16165aa53a9530cc7d https://github.com/pgadmin-org/pgadmin4/commit/26210500668fb884ccfdcb16165aa53a9530cc7d Author: Nikhil Mohite Date: 2024-01-01 (Mon, 01 Jan 2024) Changed paths: M web/pgadmin/browser/server_groups/servers/__init__.py Log Message: ----------- Fix an issue where connection string sequences do not persist after updating server details. #7041