Re: [pgadmin-hackers] [pgAdmin4][Patch]: Delete row server error notshown to GUI user - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgadmin-hackers] [pgAdmin4][Patch]: Delete row server error notshown to GUI user
Date
Msg-id CA+OCxowgD-fV9K+1J4-=wNMJw8qn0rhx7gD6=OsTYQ4=KFhesA@mail.gmail.com
Whole thread Raw
In response to [pgadmin-hackers] [pgAdmin4][Patch]: Delete row server error not shown to GUI user  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
List pgadmin-hackers
Thanks, patch applied.

On Fri, Apr 28, 2017 at 11:48 AM, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:
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


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers




--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Ensure errors thrown when deleting rows in thequery
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch][RM2257]: Query tool - Insertrow doesn't use default values