Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hoUiE-0001dD-I9 for pgadmin-hackers@arkaria.postgresql.org; Fri, 19 Jul 2019 15:22:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hoUiD-0004aS-E6 for pgadmin-hackers@arkaria.postgresql.org; Fri, 19 Jul 2019 15:22:21 +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_SHA1:256) (Exim 4.89) (envelope-from ) id 1hoUiD-0004aK-7K for pgadmin-hackers@lists.postgresql.org; Fri, 19 Jul 2019 15:22:21 +0000 Received: from mail-qt1-x82c.google.com ([2607:f8b0:4864:20::82c]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hoUiA-0003oi-Ls for pgadmin-hackers@postgresql.org; Fri, 19 Jul 2019 15:22:20 +0000 Received: by mail-qt1-x82c.google.com with SMTP id k10so31418244qtq.1 for ; Fri, 19 Jul 2019 08:22:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+4Abqn6j65VAiJmQxKXtdx8JP1jpO92AhjOAUBTMVWc=; b=HP+l7SDyE7U4Nu4qBX1BopA/k2PVuaNl1k0lBNHTBTwO+k6ZgXR9jKj8ij2VHiA5vj Z4kvV6rQ7RvsjfdFsfGDBb6IXAkY4xtwmVvMFxhjS+nOqhiVS4/7xtSnhGmgxtHMSs9C T5CVN094glKaFBlfwaT84DIocjZhX0iyYjSBQv6IE5zkIXZ2OynbTU/9eNguBk/l/7y9 zKh4lDOVSsZTAqeLRXBf2eW22kGfZCczNtan6A5eu9QGovisjLeec5OoTbUAxnmTG0EF 1BVCB8YixaEESurxuSFH9ZNHgVTE7U8nybRiJ05VjNUDX+5HTaPm8yCZtgwjRJMNA5vG 9dCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+4Abqn6j65VAiJmQxKXtdx8JP1jpO92AhjOAUBTMVWc=; b=DJtUhzQITgcRpnKHlhG+qWd00TyqMhf8OdlZ1JoL0PgFpFZwMXZsvQuhvDHS8djc6I ZZ6Z3klGnpHp/9MFtyvUJPjcBKRkCIEW7DLmIYXnUzP8bQqT3kUpQsQQr5sANElNk8H2 TpEIHn+9mp/N48RWMMyDmzyO2n6gWj32KncJZ9IklmxhCh7GwoP1zdLTFof1jUTNqi97 7E11WRxzUNtTG3W6lllp6gjejA8PUVA1Zy/NjRsdoohtGC/1CC/G2izRFTcjpIv66sKo fjSb3JmeyDd5wSiHfvG/BGIaoWl3w0o2QqVrbJdYpWlSbFRvJyDSxy2Jw8iptEBeQiKf gTuw== X-Gm-Message-State: APjAAAWTRk9wuOi3a64qsOee1jLj9mNQ5H+uRrACvh0SNLDhO5PaE1KI h6ls5M5zal3QNeK33vCfdZtr+2JJBkVBDINO1SnkvQ== X-Google-Smtp-Source: APXvYqwACvsbFrySS2jk45q3Cd3K0Z4ccHwYAz/1OISKQqtaee4BpjPLz1UHf3I1CCq5bOfY1FyZ0f36Mrzxe8IbS1w= X-Received: by 2002:a0c:d09c:: with SMTP id z28mr37923401qvg.149.1563549735767; Fri, 19 Jul 2019 08:22:15 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: navnath gadakh Date: Fri, 19 Jul 2019 20:51:40 +0530 Message-ID: Subject: Re: RESQL test cases for view node To: Usman Muzaffar Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000096ebfa058e0a4a19" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000096ebfa058e0a4a19 Content-Type: text/plain; charset="UTF-8" Usman, you used a view name like "testview_12345678", can you please use it like "testview_$%{}[]()&*^!@""'`\/#" to cover special chars scenarios. Thanks! On Fri, Jul 19, 2019 at 8:27 PM Usman Muzaffar < usman.muzaffar@enterprisedb.com> wrote: > Hi Hackers, > > Please find here attached patch for reverse engineering test cases for > view node. > Please review it and give your feedback. > > -- > > > Thanks, > > Usman Muzaffar > QA Team > EnterpriseDB Corporation > -- *Regards,* *Navnath Gadakh* --00000000000096ebfa058e0a4a19 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
<= font face=3D"verdana, sans-serif">Usman, you used a view name like "te= stview_12345678", can you please use it like "testview_$%{}[]()&*^!@""= ;'`\/#" to cover special chars scenarios.

<= /font>
Thanks!

On Fri, Jul 19, 2019 at 8:27 PM Usman Muzaf= far <usman.muzaffar@e= nterprisedb.com> wrote:
Hi Hackers,

Please find = here attached patch for reverse engineering test cases for view node.
=
Please review it and give your feedback.

--


Thanks,
<= br>
Usman Muzaffar
QA Team
EnterpriseDB Corporation


--
Regards,
Navnath Gadakh
<= /div>
--00000000000096ebfa058e0a4a19--