Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGQsz-00079k-Jq for pgadmin-hackers@arkaria.postgresql.org; Fri, 24 Jun 2016 13:11:05 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bGQsz-0004vt-5w for pgadmin-hackers@arkaria.postgresql.org; Fri, 24 Jun 2016 13:11:05 +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 1bGQsm-0004hs-1X for pgadmin-hackers@postgresql.org; Fri, 24 Jun 2016 13:10:52 +0000 Received: from mail-io0-x235.google.com ([2607:f8b0:4001:c06::235]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bGQsf-0001fh-7M for pgadmin-hackers@postgresql.org; Fri, 24 Jun 2016 13:10:50 +0000 Received: by mail-io0-x235.google.com with SMTP id t74so98837327ioi.0 for ; Fri, 24 Jun 2016 06:10:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=G5WmDI/eoDaWXHBqBKWPFfyEbJq/J76nlCHkMXfPwb0=; b=wRMa5TAy0oXE6rpXtQfOFO0aQXfYkIN47avNYhcJ7YiLPMWOy4IrZP0tt+43quxNAJ EtZNAfvxWs3D07Q4V4Gdkt4cdppD2WW9dvkldCd1CweayTCLZNBNW/bcqNZsDZtXle/0 Pdszk0mWVdSqT7t3pddpXnfvbjTiV0YOGw0jUxQ4d7jCnA7KHq6rJ1bjWtSiMDvBtz2U uhybEolOb1VKSLuNcUWtlbmECp8JGFrHZ4ByVTOw2W+EQ0WIDqk6TugQ7L5q0tXcupDA Os6b3sL5cAQBqRK9M2FfqpeJ2D8i8rxGGTl4coSXBbsMnfFvfk4yAQCFjhh9LfnRIKns 9zqA== 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:cc; bh=G5WmDI/eoDaWXHBqBKWPFfyEbJq/J76nlCHkMXfPwb0=; b=DEijgi19QFFGErwSynmR8tpWfgQJ6wmaycAqlKvipKISclyvO8j4vYN9Cvd9wH/DiR CSE0Sr39RWjkWvkJD3B5oZ6moeZ8eNSX62k+6y2EVTVAFvuytB78ap8qo/+w6dCd9Mjx 39De8st+ZPzsAiH/BZzaGzrjTJzwpa8f4k7QoxaQw3jlA4WnQzGJ13puZeiEsiJRgxIo d7IJTqLLXugSM7vH4SJDZNgsPVaATPpUKWPppozPhhjOJcn8JMJPF1yCVt6Nm+xaCdEx BVF3QRTn2ZNn/cOHJLnE0HgNpG2LyWufZWWuNpMYveIhGfhhdU7tWbfAGuztw+i5+fGq H4rA== X-Gm-Message-State: ALyK8tLw3vkimnrxwMHE3CxLVDexWpZrOtjGbU14K+3id5Z87pJILQaly3xdqNVh2bceE53jJECv4+Ue222gnw== X-Received: by 10.107.148.79 with SMTP id w76mr5772824iod.63.1466773844587; Fri, 24 Jun 2016 06:10:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.24.233 with HTTP; Fri, 24 Jun 2016 06:10:43 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Fri, 24 Jun 2016 14:10:43 +0100 Message-ID: Subject: Re: Re: [pgAdmin 4 - Bug #1292] ERROR: template database "!@#$%^&*()_+{}|:"<>?=-\\][';/.," does not exist message throws if template database contain special charterers To: Murtuza Zabuawala Cc: Sanket Mehta , pgadmin-hackers Content-Type: text/plain; charset=UTF-8 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 Thanks, applied. On Fri, Jun 24, 2016 at 12:24 PM, Murtuza Zabuawala 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 > > -- 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