Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXj2I-0001tD-Ni for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Oct 2021 11:55:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mXj2H-0002HC-EC for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Oct 2021 11:55:05 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXj2G-0002Gy-LK for pgadmin-hackers@lists.postgresql.org; Tue, 05 Oct 2021 11:55:05 +0000 Received: from mail-il1-x12c.google.com ([2607:f8b0:4864:20::12c]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mXj2E-00020t-2T for pgadmin-hackers@postgresql.org; Tue, 05 Oct 2021 11:55:03 +0000 Received: by mail-il1-x12c.google.com with SMTP id w10so5292761ilc.13 for ; Tue, 05 Oct 2021 04:55:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=a5+Tyf9mHxspkP/YZ5UeXQesma7gEGoCtHaz9AmvJHQ=; b=NRj70eOkJO4Xtcmqif96d4Onjn+bOZlE5d3CH03UzVmhQVi8Smoo9hgwP8AyZ1P79w h5sxcJ+1Jq/6GRxfptO6kJPlSyauCWDJhrEx14Z7tp03yAEImFhtMoCCIjLAaT1zfV+h 5IEWCZ3zqMdc8AWE8JHuGm8t2cRGr35/0KkPxHQfeY432VC/7b1JiGYzk/GrzXzJIbk8 7O/kA8WPa/pSvilyoyW4nC65t7hj+XC46ZNIfxJ/HmG4OQLhpwaTY3b8XY5bdeNvP/v5 a3vSdGXC0/uQbIVFIdR8tBBo2a5TaMeZek/hY9IYIJsq6I0zaxZtDckQLLpCpQgH87RB 38ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=a5+Tyf9mHxspkP/YZ5UeXQesma7gEGoCtHaz9AmvJHQ=; b=wyTOOk7IFXciRICbOiLpVVf2C8eGkj9sd0qAx0wtfXjDv5zWL50xJkXBdta3noZZq2 8ekXERXvXLYpteMKzGgzRg0RJorN7CDSAvJ53FHDZIHsO+ntfAjEclfOSFojqoUzKyeO GBO3N1W8rCS4rDdbGdAyExiSXoX1QFxPWTR2s6IJpg1Xr0+vC8rfvQc5js35vTbLfXDt qustJ+Nn1CDWvRDq3c3EnqiOKjqzD8b0djvEAi6RT7F/69XeykKmK1yNsnN8rCdCFf/B cNo4KGep1JxlARRxEoPj7JBh7pq+x3YSvgSZfqaWytrhnf57iaroYmKNanFWvu+UqE0N tuuQ== X-Gm-Message-State: AOAM533DElUG4pKqflQZIi54veeGYZOaTy6SdbxAq1tR3oU7ffoXppEU ZRs1htzPr1gVF86bXrqDPXJ6IY0QT8Ujdprufq+UjfhZonVo+Ut9Dll8dMh508MPHmFc1BnZajI zxgXycslMhUjHFPp1bMSJuDplo88V5Dh1skeW87VXz2tPx6YvEkwtP1ElQXdFR6j50M1PxET9UD lGJaJt2fsYCGm4tKfdeoUHjJb9DXYIaueWzPa/5KbtdzMpbzebWd3/S2F1KQ== X-Google-Smtp-Source: ABdhPJx4l2IJA+nKtX+g8jwqfD4ECozeNjPf0pIoyabPkWZrvbYgzNlvknXB0o95IE5ZUfF90/lxZByEw9qDInVSdhc= X-Received: by 2002:a05:6e02:2141:: with SMTP id d1mr2695844ilv.290.1633434901237; Tue, 05 Oct 2021 04:55:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Tue, 5 Oct 2021 17:24:50 +0530 Message-ID: Subject: Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue To: Rahul Shirsat Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000000d685b05cd99b31a" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000000d685b05cd99b31a Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Tue, Oct 5, 2021 at 4:12 PM Rahul Shirsat wrote: > Hi Hackers, > > Please find the attached patch which resolves the issues sec label & type > changing issue. > > Additionally, while testing the workflow, fixed one issue related to > composite type added with minimum one type and then changing the Type. > > On Mon, Oct 4, 2021 at 7:41 PM Akshay Joshi > wrote: > >> Thanks, the patch applied. >> >> On Mon, Oct 4, 2021 at 6:34 PM Rahul Shirsat < >> rahul.shirsat@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Please find the attached patch which resolves one more additional issue >>> reported by Aditya. >>> >>> On Thu, Sep 30, 2021 at 3:32 PM Akshay Joshi < >>> akshay.joshi@enterprisedb.com> wrote: >>> >>>> Thanks, the patch applied. >>>> >>>> On Thu, Sep 30, 2021 at 1:46 PM Rahul Shirsat < >>>> rahul.shirsat@enterprisedb.com> wrote: >>>> >>>>> Hi Hackers, >>>>> >>>>> Please find the attached patch for fixing some additional issues. >>>>> >>>>> On Mon, Sep 20, 2021 at 1:13 PM Akshay Joshi < >>>>> akshay.joshi@enterprisedb.com> wrote: >>>>> >>>>>> Thanks, the patch applied. >>>>>> >>>>>> On Mon, Sep 20, 2021 at 1:06 PM Rahul Shirsat < >>>>>> rahul.shirsat@enterprisedb.com> wrote: >>>>>> >>>>>>> Hi Akshay, >>>>>>> >>>>>>> Please find the updated patch. >>>>>>> >>>>>>> On Fri, Sep 17, 2021 at 8:55 PM Akshay Joshi < >>>>>>> akshay.joshi@enterprisedb.com> wrote: >>>>>>> >>>>>>>> Hi Rahul >>>>>>>> >>>>>>>> Patch not applied, rebase and send the patch again. >>>>>>>> >>>>>>>> On Thu, Sep 16, 2021 at 6:39 PM Rahul Shirsat < >>>>>>>> rahul.shirsat@enterprisedb.com> wrote: >>>>>>>> >>>>>>>>> Hi Hackers, >>>>>>>>> >>>>>>>>> Please find the attached patch which resolves the below issue: >>>>>>>>> >>>>>>>>> 1. Enum Type - Unable to delete rows for Enum type in Create Type >>>>>>>>> dialogue. >>>>>>>>> 2. Range Type - Loading icons are shown in different drop down >>>>>>>>> tabs. >>>>>>>>> >>>>>>>>> -- >>>>>>>>> *Rahul Shirsat* >>>>>>>>> Senior Software Engineer | EnterpriseDB Corporation. >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> *Thanks & Regards* >>>>>>>> *Akshay Joshi* >>>>>>>> *pgAdmin Hacker | Principal Software Architect* >>>>>>>> *EDB Postgres * >>>>>>>> >>>>>>>> *Mobile: +91 976-788-8246* >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Rahul Shirsat* >>>>>>> Senior Software Engineer | EnterpriseDB Corporation. >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> *Thanks & Regards* >>>>>> *Akshay Joshi* >>>>>> *pgAdmin Hacker | Principal Software Architect* >>>>>> *EDB Postgres * >>>>>> >>>>>> *Mobile: +91 976-788-8246* >>>>>> >>>>> >>>>> >>>>> -- >>>>> *Rahul Shirsat* >>>>> Senior Software Engineer | EnterpriseDB Corporation. >>>>> >>>> >>>> >>>> -- >>>> *Thanks & Regards* >>>> *Akshay Joshi* >>>> *pgAdmin Hacker | Principal Software Architect* >>>> *EDB Postgres * >>>> >>>> *Mobile: +91 976-788-8246* >>>> >>> >>> >>> -- >>> *Rahul Shirsat* >>> Senior Software Engineer | EnterpriseDB Corporation. >>> >> >> >> -- >> *Thanks & Regards* >> *Akshay Joshi* >> *pgAdmin Hacker | Principal Software Architect* >> *EDB Postgres * >> >> *Mobile: +91 976-788-8246* >> > > > -- > *Rahul Shirsat* > Senior Software Engineer | EnterpriseDB Corporation. > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --0000000000000d685b05cd99b31a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Tue, Oct 5, 2021 at 4:12 PM R= ahul Shirsat <rahul.sh= irsat@enterprisedb.com> wrote:
Hi Hackers,

Pleas= e find the attached patch which resolves the issues sec label & type ch= anging issue.

Additionally, while testing the work= flow, fixed one issue related to composite type added with minimum one type= and then changing=C2=A0the Type.

On Mon, Oct 4, 2021 at 7:41 PM Aksha= y Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks, the patch applied= .

On Mon, Oct 4, 2021 at 6:34 PM Rahul Shirsat <rahul.shirsat@enterprisedb.c= om> wrote:
Hi Hackers,

Please find the attached = patch which resolves one more additional issue reported by Aditya.

On = Thu, Sep 30, 2021 at 3:32 PM Akshay Joshi <akshay.joshi@enterprisedb.com>= wrote:
Thanks, the patch applied.

On Thu, Sep 30, 2021 at 1:46 PM Rahu= l Shirsat <rahul.shirsat@enterprisedb.com> wrote:
Hi Hackers,

<= /div>
Please find the attached patch for fixing some additional issues.=

On Mon, Sep 20, 2021 at 1:13 PM Akshay Joshi <akshay.joshi@enterprisedb.co= m> wrote:
Thanks, the patch applied.

On Mon, Sep 20, 2021 at 1:06 PM= Rahul Shirsat <rahul.shirsat@enterprisedb.com> wrote:
Hi Akshay,
<= br>
Please find the updated patch.

On Fri, Sep 17, 2021 at 8= :55 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi=C2=A0Rahul=

Patch not applied, rebase and send the patch=C2=A0again= .

On Thu, Sep 16, 2021 at 6:39 PM Rahul Shirsat <rahul.shirsat@enterprised= b.com> wrote:
Hi Hackers,

Please find the attach= ed patch which resolves the below issue:

1. Enum T= ype - Unable to delete rows for Enum type in Create Type dialogue.
2. Range Type - Loading icons are shown in different drop down tabs.

--
<= div dir=3D"ltr">
Rahul Shirsat
Senior Software Engineer=C2=A0|=C2=A0Enterpri= seDB=C2=A0Corporation.


--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



--
Rahul Shirsat
Senior Software Engin= eer=C2=A0|=C2=A0EnterpriseDB=C2=A0Corporation.


--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



--
Rahul Shirsat
Senior Software Engin= eer=C2=A0|=C2=A0EnterpriseDB=C2=A0Corporation.


--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



--
Rahul Shirsat
Senior Software Engin= eer=C2=A0|=C2=A0EnterpriseDB=C2=A0Corporation.


--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



--
Rahul Shirsat
Senior Software Engin= eer=C2=A0|=C2=A0EnterpriseDB=C2=A0Corporation.


--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--0000000000000d685b05cd99b31a--