Re: [pgAdmin4][Patch] - RM 4742 - Can not create Primary key with Index & 4624 - RE-SQL/MSQL test cases for Primary Keys

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch] - RM 4742 - Can not create Primary key with Index & 4624 - RE-SQL/MSQL test cases for Primary Keys
Date: 2019-09-13 12:40:44
Message-ID: CANxoLDc-3Z_6LOmtnyxjMZN=y+k7atHJTqY0Ma7FvARFvJc+Og@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Khushboo

Following are my review comments:

- Test cases failed on every server.
- Delete table scenario is missing in check_constraints and
index_constraints.
- Scenario "Primary Key Constraint with Index" is missing in the 11_plus
folder, it is available in the default folder.
- Found one issue when we remove fill factor no MSQL is generated and
got the error "can't execute an empty query".
- Index is not visible in the properties dialog when we create primary
key using index.

On Fri, Sep 13, 2019 at 2:41 PM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> Hi,
>
> Please find the attached patch to fix below RMs.
>
> 1. #4742 - Primary Key Dialog: Can not create Primary key with Index
> 2. #4624 - Add RE-SQL/MSQL test cases for Primary Keys
>
> Thanks,
> Khushboo
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-13 12:43:33 pgAdmin 4 commit: Update message catalogs.
Previous Message Akshay Joshi 2019-09-13 11:28:45 pgAdmin 4 commit: Fix issue where EXEC script doesn't write the complet