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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема Re: [pgAdmin][RM4506] "can't execute an empty query" messagedisplayed if user remove fill factor of any existing table
Дата
Msg-id CANxoLDcW_ba_QBfv7k6zwsjrTZ85pvtn5rtXcTcCW-OZ5+tm1g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgAdmin][RM4506] "can't execute an empty query" messagedisplayed if user remove fill factor of any existing table  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Список pgadmin-hackers
Thanks, patch applied.

On Tue, Dec 10, 2019 at 12:57 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.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.joshi@enterprisedb.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.toshniwal@enterprisedb.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

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fix an issue where clicking on an empty textbox like
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM4762] [Accessibility] Allow screenreader to readlabel & description of non-textable elements