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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема Re: [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column
Дата
Msg-id CANxoLDduswW_Jaf33X4_5yJZP7KO1r+a1LiaYAjNKv32Z08iew@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgAdmin][RM5632] Cannot specify start with value during setup of an identity column  (Rahul Shirsat <rahul.shirsat@enterprisedb.com>)
Список pgadmin-hackers
Hi Rahul

Fixed the issue by modifying the condition from 'is false' to ' == false'.

On Fri, Jul 31, 2020 at 12:42 PM Rahul Shirsat <rahul.shirsat@enterprisedb.com> wrote:
Hi Akshay,

A syntactical error in a jinja template caught yesterday in Yogesh's local setup of pgAdmin by running a test suite for the changes done in this RM. It's strange going through several testings, even on Jenkins, it passed but failed on Yogesh's machine.

I have made changes for this issue and rechecked with Yogesh, which seems to be fixed now.

Could you please apply these relevant changes for this RM?

On Wed, Jul 29, 2020 at 6:31 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks, patch applied.

On Wed, Jul 29, 2020 at 3:52 PM Rahul Shirsat <rahul.shirsat@enterprisedb.com> wrote:
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.


--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Sr. Software Architect
EDB Postgres
Mobile: +91 976-788-8246



--
Rahul Shirsat
Software Engineer | EnterpriseDB Corporation.


--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Sr. Software Architect
EDB Postgres
Mobile: +91 976-788-8246

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin 4 - Housekeeping #5327][Code Coverage] Improve API test cases for Schemas and Catalog Objects
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Sonarqube fixes - test_utils.py