[pgAdmin4][Patch]: Fixed couple of minor issues - Mailing list pgadmin-hackers

From Khushboo Vashi
Subject [pgAdmin4][Patch]: Fixed couple of minor issues
Date
Msg-id CAFOhELcdOxc4xQAf59HF1Y39tbTTVStgaQOPb=3RstPJjCK3WA@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Fixed couple of minor issues  (Dave Page <dpage@pgadmin.org>)
Re: [pgAdmin4][Patch]: Fixed couple of minor issues  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
List pgadmin-hackers
Hi,

1. When we try to delete the table row with the column definition having NOT NULL TRUE and HAS NO DEFAULT VALUE then it fails.
    Please find the attached patch for the same. (delete_row.patch)

2. The debugger can not be opened from the View trigger.
    Please find the attached patch for the same. (view_debugger.patch)

Thanks,
Khushboo


Attachment

pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: [pgAdmin4][Patch]: Fixed RM #2489: Copy from the results grid is extremely slow and fails with large datasets
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: Fixed the issue related to Domain Constraint module