[pgAdmin4][Patch]: SYNONYM issue if use all special characters as name

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: SYNONYM issue if use all special characters as name
Дата
Msg-id CAM5-9D-zLCt6bBz1UvNpbd9R3ajNrxZNmxH=5j2QwZs0J1fQQg@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: SYNONYM issue if use all special characters as name  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi

Issue:
If synonym name contains special characters, the request url is be '404 not found'.
i.e. It doesn't hit at 'sql' method of synonym.

Solution:
If URL has an identifier containing slash character '/' into the URI, then set param type to path.
like /<path: int>.
Because if param name contains '/' in synonym name, it gets confused and wrong route is formed.

Please find attached patch and review.

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

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

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Fixed RM 1603 & RM 1220
Следующее
От: Dave Page
Дата:
Сообщение: Re: RM1849: Auto-generating security keys