Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gjOU3-0007UF-Os for pgadmin-hackers@arkaria.postgresql.org; Tue, 15 Jan 2019 13:10:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gjOU2-0003HA-G5 for pgadmin-hackers@arkaria.postgresql.org; Tue, 15 Jan 2019 13:10:22 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gjOU2-0003H3-7D for pgadmin-hackers@lists.postgresql.org; Tue, 15 Jan 2019 13:10:22 +0000 Received: from mail-qt1-x82d.google.com ([2607:f8b0:4864:20::82d]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gjOTz-0003Fp-7K for pgadmin-hackers@postgresql.org; Tue, 15 Jan 2019 13:10:20 +0000 Received: by mail-qt1-x82d.google.com with SMTP id d19so2795132qtq.9 for ; Tue, 15 Jan 2019 05:10:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9rSUlXyrm6HCoW2aiOkif5Zcu5AbKFCS3t4e/wQh2Dg=; b=L+8ZiRMRKAYRKWkqpfdQM+qpqfo0wcgFBQsWDp5TU3uoizDoTEzmDbZ6DsZkRdZbIL XCbEtHQ1w+FoBY+92giBPKSDLbIsro4uzk4n5MZoMIASzHGHMqZKzY+GqtFreGYSCw5v adzTZhCid6yWZ5rrAp+CiiPyAEFVoztydYA5hc4LJ2JRqLZZUhnkdeRZWamJS0kxRn2A UfVVkK9VW4FrPuwJ2NShLzc1mKxjiWR9LfuorF1TaZ2q1DqiUqGUBzxRMmj4LotIP9w5 1FziN/BvZt7qQ6im3mjvsCuZS6csLFOfqC3nUciONoAejTUj7ImvAHnLLLaWQDs6qlnD K5Ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9rSUlXyrm6HCoW2aiOkif5Zcu5AbKFCS3t4e/wQh2Dg=; b=n2ZDkV15IwUAnMqJfmip6zoxXhDze7Vz9MueEt9bJcZViT4o5YnP/T9VQEGgIFD8hl M8wUzQVgHl4j1v7izbg2ZUXw6T0QX/R7QC7txmtERa4m+7ZT93j/xnbl5NtoVUhUYtkG iVZd78HsSWDqZe7h2i/nhNhPE0PgUUWaxCK4cvg3i3NVcBTkcxBet6jJp8MP9BUSr2ma Ba/qNbEs2o/IGTir8AmAEc82181c91wc4wzcEGHkodRXzXDNmaaG2kBlsosXVdY7dyTL Qa6Lpgl1yrYni1BFWDOqByFf+UhGmQOrAf6aLcWEpo6zqEU/p9it0hcg9Zl5PUrVEHdP WBng== X-Gm-Message-State: AJcUuke+P4ZFuIUbunD4F9an6dYxuo8sU1azbGrllLo/f1WvRFryFJ53 oPG8ou0YccfoMx/loOwI73+Yv13Fd3sSkJf9CRSMUQ== X-Google-Smtp-Source: ALg8bN6Qz6F+jn0vv7kYjf4WThHiryD/pjGWtWegqhRgDPlQPU7ZOgD3F4U/QdyEzP7R4r0wwe+EgltacjKWmSbhnEM= X-Received: by 2002:a0c:89e9:: with SMTP id 38mr2831937qvs.31.1547557818005; Tue, 15 Jan 2019 05:10:18 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Tue, 15 Jan 2019 18:40:07 +0530 Message-ID: Subject: Re: [pgAdmin4][RM3693] Message "Error saving properties Click on Detail" displayed if user create server group with same name To: Aditya Toshniwal Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000031163057f7ee273" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000031163057f7ee273 Content-Type: text/plain; charset="UTF-8" Thanks patch applied. On Tue, Jan 15, 2019 at 11:20 AM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix back end exception which is common and > mentioned in SQLAlchemy FAQ - > https://docs.sqlalchemy.org/en/latest/faq/sessions.html#this-session-s-transaction-has-been-rolled-back-due-to-a-previous-exception-during-flush-or-similar > The fix is as per the FAQ answer. > > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about Heat, Plant a tree" > -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* --000000000000031163057f7ee273 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks patch applied.

=
On Tue, Jan 15, 2019 at 11:20 AM Aditya Toshniwal <aditya.toshniwal@enterpris= edb.com> wrote:
Hi Hackers,

Attached is the patch = to fix back end exception which is common and mentioned in SQLAlchemy FAQ -= =C2=A0https://docs.sqlalchemy.org/en/la= test/faq/sessions.html#this-session-s-transaction-has-been-rolled-back-due-= to-a-previous-exception-during-flush-or-similar
The fix is as per the F= AQ answer.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer |=C2=A0EnterpriseDB Software Sol= utions |=C2=A0Pune
"Don't Complain about Heat, Plant a tr= ee"


--
Akshay Joshi
Sr. S= oftware Architect
=

Phone: +91 20-3058-9517
Mobile: +91 976-788-8246
=
--000000000000031163057f7ee273--