Re: Fix for issue RM1220 and RM 1221 [pgadmin4]

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Fix for issue RM1220 and RM 1221 [pgadmin4]
Дата
Msg-id CA+OCxow=2=qUSDU53aMuz+o8rk9U_ki3Vgsduk3Gs_YyHLjvkg@mail.gmail.com
обсуждение исходный текст
Ответ на Fix for issue RM1220 and RM 1221 [pgadmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
Ответы Re: Fix for issue RM1220 and RM 1221 [pgadmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
Список pgadmin-hackers
Hi

On Tue, Jun 21, 2016 at 11:38 AM, Harshal Dhumal
<harshal.dhumal@enterprisedb.com> wrote:
> Hi,
>
> PFA patch for issues RM1220 and RM1221
>
> Issue fixed: Backup, Restore and Maintenance were causing error with
> database name  with special characters.

This patch causes the following error when attempting to run a backup:

"quotechar" must be string, not unicode

If I fix that (by wrapping the '' in str()), it then fails with:

need to escape but no escapechar set.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: [pgAdmin4][Patch]: Miscellaneous UI changes & fixes
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Remove debug code