Обсуждение: [pgadmin-hackers] [pgAdmin4][Patch]: Delete row server error not shown to GUI user

Поиск
Список
Период
Сортировка

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

От
Surinder Kumar
Дата:
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
Вложения

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

От
Dave Page
Дата:
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