[pgAdmin4][Patch]: Delete row server error not shown to GUI user

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Delete row server error not shown to GUI user
Date: 2017-04-28 10:48:37
Message-ID: CAM5-9D_p==3czfqEboxsbgj5Td2+P5s5cr1KrpMg4pGy3MqXuw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

The variable list_of_rowid doesn't keep track of rows to be deleted.
If this list is empty simply return 0 since '_rowid' is being used to
highlight the row for which error is occurred in only insert and update
operation.

Please find attached patch and review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM_2356.patch application/octet-stream 708 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Navnath Gadakh 2017-04-28 13:51:32 pgAdmin4: Test-suite OS compatability issue
Previous Message Ashesh Vashi 2017-04-28 09:51:54 Re: Pains and thoughts about refactoring the Tree Menu using React