Re: [pgAdmin4][Patch]: RM #1513 - Unable to do max selection to drop tables/sequences/functions

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема Re: [pgAdmin4][Patch]: RM #1513 - Unable to do max selection to drop tables/sequences/functions
Дата
Msg-id CANxoLDf4fVAk4qb79eqmfqYRtJnF_UJj1dATFw5vTHSA+CJPMA@mail.gmail.com
обсуждение исходный текст
Ответ на [pgAdmin4][Patch]: RM #1513 - Unable to do max selection to drop tables/sequences/functions  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Ответы Re: [pgAdmin4][Patch]: RM #1513 - Unable to do max selection to drop tables/sequences/functions
Список pgadmin-hackers
Hi Khushboo 

Following are my review comments (GUI):
  • Fix PEP8 warnings.
  • Delete/Drop and Drop Cascade menu should not be enabled if none of the object is selected.
  • Dialog title "DROP Multiple ?" and "DROP Cascade Multiple ?" should be changed. Even if I select only one object title shows "DROP Multiple ?". 
  • Drop Cascade menu should not be there for pgAgent Jobs node. When try to delete/drop it throws "Method not allowed" error message. 
  • Getting invalid input syntax error when try to delete/drop TableSpaces.
  • This feature should not be applicable to Catalogs and all there child nodes.
  • Wrong error message displayed when delete/drop 'plpgsql' Language. It throws "can't execute an empty query" instead of error message comes from the database server.
  • Wrong error message displayed when delete/drop Foreign Data Wrappers. It throws "can't execute an empty query" instead of error message comes from the database server.
  • Getting syntax error when try to delete/drop Resource Groups for EPAS servers.
  • Getting "Method not allowed" error for functions, procedures and variables inside the Packages node.
I am unable to test for some of the nodes. I have not review source code.  

On Fri, Sep 21, 2018 at 11:14 AM Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
Hi,

Please find the patch for RM #1513 - Unable to do max selection to drop tables/sequences/functions.

- Added Drop and Drop cascade options for the collection nodes on the properties tab.
- Added the API test cases for the collection nodes to check the multiple delete.
- Table Constraints module has been excluded currently as we need some totally different implementation for that. 

Thanks,
Khushboo 


--
Akshay Joshi
Sr. Software Architect


Phone: +91 20-3058-9517
Mobile: +91 976-788-8246

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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #3551 pgAdmin4 doesn't handle \'s in datafields correctly
Следующее
От: Khushboo Vashi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview