Обсуждение: [pgAdmin4][Patch]: Fixed couple of minor issues

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

[pgAdmin4][Patch]: Fixed couple of minor issues

От
Khushboo Vashi
Дата:
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


Вложения

Re: [pgAdmin4][Patch]: Fixed couple of minor issues

От
Dave Page
Дата:
Are there RMs for these?

On Mon, Jul 3, 2017 at 2:27 AM, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
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





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

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

Re: [pgAdmin4][Patch]: Fixed couple of minor issues

От
Khushboo Vashi
Дата:
Nope. I found these issues when I tried to reproduce another issue :).

On Mon, Jul 3, 2017 at 3:29 PM, Dave Page <dpage@pgadmin.org> wrote:
Are there RMs for these?

On Mon, Jul 3, 2017 at 2:27 AM, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
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





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

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

Re: [pgAdmin4][Patch]: Fixed couple of minor issues

От
Dave Page
Дата:
Can you create some then please? As they're user-visible issues, they should be tracked.

On Mon, Jul 3, 2017 at 6:00 AM, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
Nope. I found these issues when I tried to reproduce another issue :).

On Mon, Jul 3, 2017 at 3:29 PM, Dave Page <dpage@pgadmin.org> wrote:
Are there RMs for these?

On Mon, Jul 3, 2017 at 2:27 AM, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
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





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

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




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

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

Re: [pgAdmin4][Patch]: Fixed couple of minor issues

От
Khushboo Vashi
Дата:


On Mon, Jul 3, 2017 at 11:57 AM, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
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)

Created RM #2527 

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

Created RM #2528 
Thanks,
Khushboo



Re: [pgAdmin4][Patch]: Fixed couple of minor issues

От
Dave Page
Дата:
Thanks, both applied.

On Mon, Jul 3, 2017 at 6:09 AM, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:


On Mon, Jul 3, 2017 at 11:57 AM, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
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)

Created RM #2527 

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

Created RM #2528 
Thanks,
Khushboo






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

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