Re: [pgAdmin][RM4506] "can't execute an empty query" message displayed if user remove fill factor of any existing table

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4506] "can't execute an empty query" message displayed if user remove fill factor of any existing table
Date: 2019-12-11 09:23:57
Message-ID: CANxoLDcW_ba_QBfv7k6zwsjrTZ85pvtn5rtXcTcCW-OZ5+tm1g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Tue, Dec 10, 2019 at 12:57 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached is the updated patch. The modified SQL missed the reset clause
> for FILLFACTOR. That's added now.
> I've changed the int/numeric field validation to disallow spaces in the
> form field. Currently, fill factor allows spaces and fails while saving as
> "invalid value".
> Also, added min and max for fill factor in Mview dialog.
>
> All the test cases are passing. Kindly review.
>
>
> On Mon, Dec 9, 2019 at 4:30 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
> wrote:
>
>> Hi Aditya
>>
>> The issue has not been resolved. Remove fill factor it won't generate
>> MSQL. Please verify and fix it.
>>
>> On Mon, Dec 9, 2019 at 3:33 PM Aditya Toshniwal <
>> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Attached is the patch to fix an issue where just clicking on an
>>> empty textbox like fill factor in tables dialog considers it a change and
>>> so the save button is enabled.
>>> The fix is common will apply at other places also.
>>>
>>> Kindly review.
>>>
>>> --
>>> Thanks and Regards,
>>> Aditya Toshniwal
>>> Sr. Software Engineer | EnterpriseDB India | Pune
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> Sr. Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-11 09:24:13 Re: [pgAdmin][RM4762] [Accessibility] Allow screenreader to read label & description of non-textable elements
Previous Message Akshay Joshi 2019-12-11 09:23:16 pgAdmin 4 commit: Fix an issue where clicking on an empty textbox like