Required inputs in issue #6138

Поиск
Список
Период
Сортировка
От Nikhil Mohite
Тема Required inputs in issue #6138
Дата
Msg-id CAOBg0AMGqtR9QVkaJuu2x7fccCpFWOzAz56DHAgGdx1-=us7dg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Required inputs in issue #6138  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi Hacker,

I am currently working on issue #6138, which was fixed earlier but the fix was not correct so working on it again.
Steps to reproduce the issue:
1. Open View/Edit Data for table1
2. Open the PSQL tool delete the same table1 and recreates the same name table table1 and try to re-execute the query from the already opened View/Edit data panel.
3. pgAdmin throws an error in the Messages tab List index out of range (pgAdmin query to get table columns from Postgres based on table oid which was deleted and the return result is empty which is not handled in pgAdmin).

Approach to fix this issue:
1. If the user re-executes the query from already opened View/Edit data we should fetch the table details by using schema and table name (not using table oid) and show the newly created table records in the result.
(This will only fix an issue with View/Edit Data however if the user switches to properties or some other panel it user will still get an error notification with content "could not find the specified table.")

--
Thanks & Regards,
Nikhil Mohite
Senior Software Engineer.
Mob.No: +91-7798364578.

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

Предыдущее
От: Pravesh Sharma
Дата:
Сообщение: [pgadmin-org/pgadmin4] 644467: Add a precautionary fix to handle connection timeo...
Следующее
От: Sahil Harpal
Дата:
Сообщение: Re: Pgadmin4 System Stats Extension Design