Re: [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column

From: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column
Date: 2020-07-29 10:21:42
Message-ID: CAKtn9dPXa1-cOYH-V02H26V9b=zg5yXFTiXkijcbAGxukxujWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Ignore the previous patch. Find below the rebased patch.

On Wed, Jul 29, 2020 at 2:36 PM Rahul Shirsat <
rahul(dot)shirsat(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Please find the patch below which fixes the issue of Start value while
> updating the identity column.
>
> *Some additional issues were also found during development, which are too
> fixed now :*
>
>
> 1. While changing of identity (*ALWAYS / BY DEFAULT*) including *sequence
> options, it only updates identity* - *Fixed*
> 2. *Cycled option issue - **Fixed*
> Steps to reproduce :
> - Update cycled to Yes, save it.
> - Now change it to No, trying saving, gives error.
>
> --
> *Rahul Shirsat*
> Software Engineer | EnterpriseDB Corporation.
>

--
*Rahul Shirsat*
Software Engineer | EnterpriseDB Corporation.

Attachment Content-Type Size
RM5632_v2.patch application/octet-stream 37.3 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-29 12:59:14 pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
Previous Message Akshay Joshi 2020-07-29 10:12:26 Re: [pgAdmin][RM3904] Replace charting library Flotr2 with ChartJS using React