Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bKKXo-00070f-KQ for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Jul 2016 07:13:20 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bKKXo-0007kq-7E for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Jul 2016 07:13:20 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bKKXn-0007ki-IE for pgadmin-hackers@postgresql.org; Tue, 05 Jul 2016 07:13:19 +0000 Received: from mail-it0-x22a.google.com ([2607:f8b0:4001:c0b::22a]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bKKXi-0001nR-5V for pgadmin-hackers@postgresql.org; Tue, 05 Jul 2016 07:13:19 +0000 Received: by mail-it0-x22a.google.com with SMTP id j185so43757515ith.0 for ; Tue, 05 Jul 2016 00:13:13 -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:date:message-id:subject:from:to :cc; bh=gnmhOtznOT/3V2S55p0hQaXQoPrOFjx5xRXwHE4xSe8=; b=mrW2DQP9bm7kZtmeEDqymRDXrS5VOdjl8rgUqBxnyvijB2N1BTu5LeN1abO8zzxajA M93FlmgIEB8JvM03gPYaRURk8Itsb8P8UHHidf8TwVo4juBasUv2FbhWLRZs9cv4Sc2I 2jKwxanF3T3pR2PE52AM8wJ1wR0JYVVeHUYWf2VuwZWs/y4HAJDssXv3faUNCUgzIvTZ V7/W4ybRMiOWXiB4OsbVnVNRJAhg6rzfbM61nkAAh+8opECcb+fmYo/PxBUtR/IaPcUZ UcwycrjOPmj6zFfwW/Pznw0CJfVQ63cIyMXanaBNKCSeDi5qqo6BxCu1WeTy/N7T6b0I 72Fw== 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:date :message-id:subject:from:to:cc; bh=gnmhOtznOT/3V2S55p0hQaXQoPrOFjx5xRXwHE4xSe8=; b=TX39Pm9NvRSVfNe4X2QFJIRU0gwDmJ1NxobmKZSFLaS4Gy+Qu1F6xLiKBAFXB6dpPi UliS+NFeKLP4MhD0x363DfeniakN1MebpC14EIAmOFrTyEabRER+nWduKjPNSz/ayCUY c/C2l3LEtYS1aGVXik72QsVpetEdVEupuV3C1KsKdHzIhqQW7FXLOnbuYxTQaW9DSoWi g+1YWcLRVbfR/1iHY6zm7uuXNaAZ1OiE3PMYKy1ViXDTuyU6kEocuX6N9bSa7eHMZcAW GpABMyZq8X0qGK/a9uKkTrtfPzH9BsbVE6WrxcQi/0UFUWEsbpr84IdxPs1jEX3UJklJ dH5w== X-Gm-Message-State: ALyK8tJxU1Bo8mZag3TgGbeq/POx4us5Ftyzu4Km03USF6wEkLvsr9zzEXicgxzSt5GJUUsCeL5S9BVRnxiubXJe MIME-Version: 1.0 X-Received: by 10.36.248.6 with SMTP id a6mr11441005ith.25.1467702792012; Tue, 05 Jul 2016 00:13:12 -0700 (PDT) Received: by 10.107.133.217 with HTTP; Tue, 5 Jul 2016 00:13:11 -0700 (PDT) Received: by 10.107.133.217 with HTTP; Tue, 5 Jul 2016 00:13:11 -0700 (PDT) In-Reply-To: References: Date: Tue, 5 Jul 2016 12:43:11 +0530 Message-ID: Subject: Re: Re: [pgAdmin 4 - Bug #1292] ERROR: template database "!@#$%^&*()_+{}|:"<>?=-\\][';/.," does not exist message throws if template database contain special charterers From: Ashesh Vashi To: Harshal Dhumal Cc: Dave Page , pgadmin-hackers , Sanket Mehta , Murtuza Zabuawala Content-Type: multipart/alternative; boundary=94eb2c0b10fe8e29f50536de2f2e X-Pg-Spam-Score: -1.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 --94eb2c0b10fe8e29f50536de2f2e Content-Type: text/plain; charset=UTF-8 Can you please look into it? On Jul 5, 2016 12:42, "Harshal Dhumal" wrote: > Hi, > > > This patch has caused another new issue (or regression). > > Issue: Select2 control does not work in multi-select mode. > > Node affected due to this are Primary key, unique key, and all other node > where we have used select2 control in multi-select mode. > > Commit id: 4267545e08cb28b8c4574bb7a5da0322ef7728d2 > > > > > > > > -- > *Harshal Dhumal* > *Software Engineer* > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Fri, Jun 24, 2016 at 4:54 PM, Murtuza Zabuawala < > murtuza.zabuawala@enterprisedb.com> wrote: > >> Hi, >> >> PFA patch to fix the issue RM#1292. >> >> Earlier patch was not handling spaces properly. >> e.g- If user creates any objects which has spaces in its name then it >> fails to parse it next time user select it. >> >> >> >> -- >> Regards, >> Murtuza Zabuawala >> EnterpriseDB: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> >> On Mon, Jun 20, 2016 at 8:34 PM, Dave Page wrote: >> >>> Thanks, patch applied. >>> >>> On Mon, Jun 20, 2016 at 2:56 PM, Sanket Mehta >>> wrote: >>> > Hi, >>> > >>> > PFA the revised patch to resolve this issue which consists the change >>> in >>> > control formatter. >>> > >>> > >>> > Regards, >>> > Sanket Mehta >>> > Sr Software engineer >>> > Enterprisedb >>> > >>> > On Mon, Jun 13, 2016 at 3:12 PM, wrote: >>> >> >>> >> Issue #1292 has been updated by Dave Page. >>> >> >>> >> Target version deleted (1.0 Beta 1) >>> >> >>> >> ________________________________ >>> >> >>> >> Bug #1292: ERROR: template database "!@#$%^&*()_+{}|:"<>?=-\\][';/.," >>> does >>> >> not exist message throws if template database contain special >>> charterers >>> >> >>> >> Author: Fahar Abbas >>> >> Status: In Progress >>> >> Priority: Normal >>> >> Assignee: Sanket Mehta >>> >> Category: >>> >> Target version: >>> >> >>> >> Commit ID: >>> >> ----------- >>> >> commit 954163b4957c1dce89c0632d009b845cbe90faf4 >>> >> >>> >> Browser version: >>> >> ---------------- >>> >> Firefox 45.0.2 >>> >> >>> >> Python version: >>> >> ---------------- >>> >> 3.5.1+ >>> >> >>> >> Platforms: >>> >> All >>> >> >>> >> ERROR: template database "!@#$%^&*()_+{}|:"<>?=-\\][';/.," does not >>> exist >>> >> message throws if user try to create database with template database >>> that >>> >> name contain special charterers. >>> >> >>> >> Please note that this issue is not reproducible in other template >>> >> databases that name is simple one. >>> >> >>> >> Please note that this is not reproduce in pgAdmin3. >>> >> >>> >> Steps: >>> >> >>> >> 1. Install pgAdmin4 on Ubuntu 16.04 >>> >> 2. Install PG-9.6-beta 1 installer >>> >> 3. Expand database node >>> >> 4. give it's name !#$%^&*()_+{}|:"<>?=-\][';/., >>> >> 5. Database created successfully >>> >> 6. Again create new database and give it's name abcd >>> >> 7. Click on definition tab >>> >> 8. select template database !#$%^&*()_+{}|:"<>?=-\][';/., >>> >> 9. Click on Save button >>> >> >>> >> Files Screen Shot 2016-06-02 at 10.25.34 am.png (1020 KB) >>> >> Screen Shot 2016-06-02 at 10.26.01 am.png (1.03 MB) >>> >> ________________________________ >>> >> >>> >> You have received this notification because you have either >>> subscribed to >>> >> it, or are involved in it. >>> >> To change your notification preferences, please click here: >>> >> https://redmine.postgresql.org/my/account >>> > >>> > >>> > >>> > >>> > -- >>> > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >>> > To make changes to your subscription: >>> > http://www.postgresql.org/mailpref/pgadmin-hackers >>> > >>> >>> >>> >>> -- >>> Dave Page >>> Blog: http://pgsnake.blogspot.com >>> Twitter: @pgsnake >>> >>> EnterpriseDB UK: http://www.enterprisedb.com >>> The Enterprise PostgreSQL Company >>> >>> >>> -- >>> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >>> To make changes to your subscription: >>> http://www.postgresql.org/mailpref/pgadmin-hackers >>> >> >> >> >> -- >> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >> To make changes to your subscription: >> http://www.postgresql.org/mailpref/pgadmin-hackers >> >> > --94eb2c0b10fe8e29f50536de2f2e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Can you please look into it?

On Jul 5, 2016 12:42, "Harshal Dhumal"= <harshal.dhumal@ente= rprisedb.com> wrote:
Hi,


This patc= h has caused another new issue (or regression).

Issue: Select2= control does not work in multi-select mode.

Node affected due= to this are Primary key, unique key, and all other node where we have used= select2 control in multi-select mode.

Commit id:=C2=A0=C2=A0 = 4267545e08cb28b8c4574bb7a5da0322ef7728d2





<= br>

=
--=C2=A0
Harshal Dhumal
Sof= tware Engineer

EnterpriseDB India:=C2=A0http://www.enterprisedb.com
The Enterprise PostgreSQL Company
<= /div>

On Fri, Jun 24, 2016 at 4:54 PM, Murtuza Zab= uawala <murtuza.zabuawala@enterprisedb.com>= wrote:
Hi,

PFA patch to fix the issue RM#1292.=C2=A0

E= arlier patch was not handling spaces properly.
e.g- If user creat= es any objects which has spaces in its name then it fails to parse it next = time user select it.

=C2=A0=C2=A0

--
Regards,<= /font>
Murtuza Zabuawala
<= span style=3D"color:rgb(136,136,136)">EnterpriseDB:=C2=A0http://www.enterprisedb.com
The Enterprise Postg= reSQL Company


On Mon, Jun 20, 2016 at 8:34 PM, Dave Page <= span dir=3D"ltr"><dpage@pgadmin.org> wrote:
= Thanks, patch applied.

On Mon, Jun 20, 2016 at 2:56 PM, Sanket Mehta
<sank= et.mehta@enterprisedb.com> wrote:
> Hi,
>
> PFA the revised patch to resolve this issue which consists the change = in
> control formatter.
>
>
> Regards,
> Sanket Mehta
> Sr Software engineer
> Enterprisedb
>
> On Mon, Jun 13, 2016 at 3:12 PM, <redmine@postgresql.org> wrote:
>>
>> Issue #1292 has been updated by Dave Page.
>>
>> Target version deleted (1.0 Beta 1)
>>
>> ________________________________
>>
>> Bug #1292: ERROR: template database "!@#$%^&*()_+{}|:&quo= t;<>?=3D-\\][';/.," does
>> not exist message throws if template database contain special char= terers
>>
>> Author: Fahar Abbas
>> Status: In Progress
>> Priority: Normal
>> Assignee: Sanket Mehta
>> Category:
>> Target version:
>>
>> Commit ID:
>> -----------
>> commit 954163b4957c1dce89c0632d009b845cbe90faf4
>>
>> Browser version:
>> ----------------
>> Firefox 45.0.2
>>
>> Python version:
>> ----------------
>> 3.5.1+
>>
>> Platforms:
>> All
>>
>> ERROR: template database "!@#$%^&*()_+{}|:"<>?= =3D-\\][';/.," does not exist
>> message throws if user try to create database with template databa= se that
>> name contain special charterers.
>>
>> Please note that this issue is not reproducible in other template<= br> >> databases that name is simple one.
>>
>> Please note that this is not reproduce in pgAdmin3.
>>
>> Steps:
>>
>> 1. Install pgAdmin4 on Ubuntu 16.04
>> 2. Install PG-9.6-beta 1 installer
>> 3. Expand database node
>> 4. give it's name !#$%^&*()_+{}|:"<>?=3D-\][= 9;;/.,
>> 5. Database created successfully
>> 6. Again create new database and give it's name abcd
>> 7. Click on definition tab
>> 8. select template database !#$%^&*()_+{}|:"<>?=3D-= \][';/.,
>> 9. Click on Save button
>>
>> Files Screen Shot 2016-06-02 at 10.25.34 am.png (1020 KB)
>> Screen Shot 2016-06-02 at 10.26.01 am.png (1.03 MB)
>> ________________________________
>>
>> You have received this notification because you have either subscr= ibed to
>> it, or are involved in it.
>> To change your notification preferences, please click here:
>> https://redmine.postgresql.org/my/account
>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-ha= ckers
>



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

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


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=



--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=


--94eb2c0b10fe8e29f50536de2f2e--