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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Fix for issue RM1220 and RM 1221 [pgadmin4]
Date: 2016-06-21 11:11:23
Message-ID: CA+OCxow=2=qUSDU53aMuz+o8rk9U_ki3Vgsduk3Gs_YyHLjvkg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Tue, Jun 21, 2016 at 11:38 AM, Harshal Dhumal
<harshal(dot)dhumal(at)enterprisedb(dot)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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-21 11:13:56 pgAdmin 4 commit: Remove debug code
Previous Message Surinder Kumar 2016-06-21 11:07:08 [pgAdmin4][Patch]: Miscellaneous UI changes & fixes