Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bv2aL-0002ks-T9 for pgadmin-hackers@arkaria.postgresql.org; Fri, 14 Oct 2016 13:31:42 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bv2aL-0005dE-Fp for pgadmin-hackers@arkaria.postgresql.org; Fri, 14 Oct 2016 13:31:41 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bv2a8-0005Ol-4Y for pgadmin-hackers@postgresql.org; Fri, 14 Oct 2016 13:31:28 +0000 Received: from mail-lf0-x22a.google.com ([2a00:1450:4010:c07::22a]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bv2a4-0004vd-U0 for pgadmin-hackers@postgresql.org; Fri, 14 Oct 2016 13:31:26 +0000 Received: by mail-lf0-x22a.google.com with SMTP id l131so153829041lfl.2 for ; Fri, 14 Oct 2016 06:31:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=SPHsiIQFX78KaiVCXeRusQQk6irfIJbtdCntz+2Eubg=; b=prHRIvGrVVB2sex+GOPOzQ/qswpuzq7PlAd/fVaxkfXgLx1W4ATimAWsJddrFX5uca YNDI7PVwHRLff4d7cShLpBg9XZEKVzxTAo+fNmoICYZJ0RmbEVwLDbTRX+n3wvmjO4Ge d8yq3o2/KFy4qBkNPVCWXMBYpgk09Q74MAREyQrQ17qbRYSiQbJ3fzqOumy4e+tbFfrw HNOTpUF6Rhre+L/IZ126xN78uDTbTgz6bb+9+dijf5HoWh9iWQMjHT+ybbQ7H/Ly7ib7 kfBCsXMqeodnghpWm+HSHb/9gnOYK7cIcCpe6WwGS0zwnjQM7DGpv9jiilZY57q/k5zp 7BCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=SPHsiIQFX78KaiVCXeRusQQk6irfIJbtdCntz+2Eubg=; b=HGewInm0GIKQSBzl9b0XMdLC+zLdtSTgXOUSoQS6pJ3BIyHyDe18nTi0F/TdnUTTyR wEc457xCF6a97aK8UthA4Lh0nzkBSAJGP5Qhu+YRPnO1i35YSGfloi+7FbO+Sa4Zf/xa rhQYzlF3YCm9e2VSEIrKWIj/G7pjeytMrr6q8jjgVgdth1bLt2a50ChAaMZx2pcg37Ho /bMHXiACBTH3nO6ETRqZIAHdt14cX5wMEKfY/E51TeNmu44lKO8L7ZRitv0Sq3z3Ep+T kYaaL0RBcHd+PWQvWA6NJIu+fvHDi6viDk6F4b3mFfIhz1Z3BkuJ66Y1eaJA3166CV+t zlDg== X-Gm-Message-State: AA6/9RmNVqvUaSaLFWTRO4ohdoiX7A6pyJe64SiMkr3y2mZ7wowGwbbQyqCXI/ZZX3hQKHNLugPpg84m4FkFFoua X-Received: by 10.25.35.6 with SMTP id j6mr3878121lfj.147.1476451878884; Fri, 14 Oct 2016 06:31:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.27.75 with HTTP; Fri, 14 Oct 2016 06:31:18 -0700 (PDT) In-Reply-To: References: From: Khushboo Vashi Date: Fri, 14 Oct 2016 19:01:18 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch]: Fixed RM 1603 & RM 1220 To: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a113ca762c4f948053ed33d36 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a113ca762c4f948053ed33d36 Content-Type: text/plain; charset=UTF-8 Hi, The fix does not include a special case when database name has an equal to (=) character in it. Thanks, Khushboo On Fri, Oct 14, 2016 at 6:58 PM, Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the below 2 bugs. > > RM 1603: [Web Based] Export database failed if object contains double > quotes. > RM 1220: Backup database is not working with special characters > > The issues which were fixed: > > 1. Client side data were not unescaped > 2. Required command line arguments were quoted twice > > Thanks, > Khushboo > > --001a113ca762c4f948053ed33d36 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

The fix does not include a special = case when database name has an equal to (=3D) character in it.
Thanks,
Khushboo

On Fri, Oct 14, 2016 at 6:58 PM, Khushboo= Vashi <khushboo.vashi@enterprisedb.com> wrote= :
Hi,

Please find the attached patch to fix the below 2 bugs.

RM 1603:=C2=A0[Web Based] Export database failed if object contains = double quotes.
RM=C2=A01220: Backup database is not working with = special characters

The issues which were fixed:

1. Client side data were not unescaped
2. = Required command line arguments were quoted twice=C2=A0

Thanks,
Khushboo


--001a113ca762c4f948053ed33d36--