[pgAdmin4[Patch]: RM#1319 - Unable to select sql file through query tool on windows operating system

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4[Patch]: RM#1319 - Unable to select sql file through query tool on windows operating system
Дата
Msg-id CAM5-9D_kbrs-qafjVuV4-WXNaGJwPoqV_tBvcyoytP_HXxLQqQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4[Patch]: RM#1319 - Unable to select sql file through query tool on windows operating system  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

Please find attached patch with fixes:
1) Unable to select sql file through query tool on windows OS.
In file_manager.js, we are stripping initial slash '/' from the path obtained.
but we should not strip if it is full path like 'c:/path/to/dir/filename.ext'

2) Handle directory path if STORAGE_DIR is None.
proper checks are added.

Please review.


Thanks,
Surinder Kumar
Вложения

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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: PATCH: Added Statistics functionality for many nodes (pgAdmin4)
Следующее
От: Surinder Kumar
Дата:
Сообщение: [pgAdmin4][Patch]: RM#1324 - Grant wizard does not show privileges option again if Click on Back button on Privileges page