Re: [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column - Mailing list pgadmin-hackers

From Rahul Shirsat
Subject Re: [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column
Date
Msg-id CAKtn9dPXa1-cOYH-V02H26V9b=zg5yXFTiXkijcbAGxukxujWg@mail.gmail.com
Whole thread Raw
In response to [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column  (Rahul Shirsat <rahul.shirsat@enterprisedb.com>)
Responses Re: [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List 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.shirsat@enterprisedb.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

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM3904] Replace charting library Flotr2 with ChartJS using React
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu