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 1hkNko-0001P1-M1 for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jul 2019 07:08:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hkNkn-0001qs-Ko for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jul 2019 07:08:01 +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 1hkNhm-00056i-TU for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jul 2019 07:04:55 +0000 Received: from mail-qt1-x841.google.com ([2607:f8b0:4864:20::841]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hkNhj-00058N-6I for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jul 2019 07:04:54 +0000 Received: by mail-qt1-x841.google.com with SMTP id a15so17009593qtn.7 for ; Mon, 08 Jul 2019 00:04:50 -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=VLgaOzHhL/QhZA8RvkSyzKXYuw3DkYmTZLaLqbIPqrM=; b=Go48ByuJgWGSxWpBpwoe8k8dxTlXCWTecPo6mrpXvMbvikXlmcH0QsUYak13/uF5Ol OmLgUznhx3QBlpnWsbNLmijRnmECd5iDLZ99X3gjhT6B+iQINUtm6VbdoAlZtR2g+Bdh +5lUBFh0UTRFfxNCsse0e7oM1HbBRE64DYG6QhlrqNpBj45QsIRFyk3LZ4mFpfwOyIiU UqZDfL7i/6/drcyd9jRo28geSISlKUO9A+UXuY8ZOP+WxBVbe1On6l/Vp+EFnoWlh8+v 22crju359q0wJz07O/4NrdCrrBYTc4MuszLEmU10Yfo3LrMJhfeh80wfnl4e7pzxddyk /w1w== 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=VLgaOzHhL/QhZA8RvkSyzKXYuw3DkYmTZLaLqbIPqrM=; b=Z3iJ9Ssh8QVujJUMvI8FMZ5npUwOgkLU905u2D7dyl6oaqgEp1KA2FyYuXMgnYL2op o+3hjO+ZQpd4rfIQfWWBrApa7ZAm5lsOyqVRxMqGOmYUzKD1k0Hbeq2eg2fykPTwWyFw vHev7FzyINLHQbQP4sr+lY8Y8j7fn1HBeYrwU7qlrp4uh1wh+6DF4ql6Ba7gImIKaceU 4Hu0wPxCETX+KzITjYzA4iTQAj7drcP/RZWIRXOGB2Pod5PjW6Fx2Xgw6FGIdz7yGRjn 7VLkgD9Q0eCbz2jKfMdm+WSzz6P3mRYnhKz1l+Wlvl7sLgk42VwC2lWk+2KBzvE7Zp/f SL2w== X-Gm-Message-State: APjAAAVijQjvXHIhTW2RPV99BOKT+fAbkUkagmw2Xx1MAVQiCrLv3OaZ C8HH6H3cYh2sdKCtUsikytVeHEBPSIUmWn0RcSrrWA== X-Google-Smtp-Source: APXvYqxlWmrmqxZ399ejkSdXhVV+fLUG133T5b4pzuLC0e022Yt4FAEEFcRbPnZF2naOP9Qf/nfl7uYyyyjG80+MBxI= X-Received: by 2002:a0c:e908:: with SMTP id a8mr13693263qvo.214.1562569489084; Mon, 08 Jul 2019 00:04:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Mon, 8 Jul 2019 12:34:38 +0530 Message-ID: Subject: Re: pgAdmin 4 commit: Added logic to provide custom schema name in re_sql t To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000055868e058d260f7f" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000055868e058d260f7f Content-Type: text/plain; charset="UTF-8" Thanks patch applied On Mon, Jul 8, 2019 at 11:10 AM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > One small change is required to support the custom schema. > Please find the attached patch for the same. > > Thanks, > Khushboo > > On Fri, Jul 5, 2019 at 3:35 PM Akshay Joshi > wrote: > >> Added logic to provide custom schema name in re_sql test framework. >> >> Branch >> ------ >> master >> >> Details >> ------- >> >> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=954c0d31019a6cd19e15ee024f032f92c6654628 >> Author: Khushboo Vashi >> >> Modified Files >> -------------- >> web/regression/re_sql/tests/test_resql.py | 30 >> +++++++++++++++++++++++++++++- >> 1 file changed, 29 insertions(+), 1 deletion(-) >> >> -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* --00000000000055868e058d260f7f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks patch applied

<= div dir=3D"ltr" class=3D"gmail_attr">On Mon, Jul 8, 2019 at 11:10 AM Khushb= oo Vashi <khushboo.va= shi@enterprisedb.com> wrote:
Hi,

One small change is required to support the custom schema.
Please fi= nd the attached patch for the same.

Thanks,
<= div>Khushboo

On Fri, Jul 5, 2019 at 3:35 PM Akshay Joshi <akshay.joshi@enter= prisedb.com> wrote:
Added logic to provide custom schema name in re_sql test framewo= rk.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=3Dpgadmin4.git;a=3Dcommitdi= ff;h=3D954c0d31019a6cd19e15ee024f032f92c6654628
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/regression/re_sql/tests/test_resql.py | 30 ++++++++++++++++++++++++++++= +-
1 file changed, 29 insertions(+), 1 deletion(-)



--
Thanks & Regards
=
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
=
Mobile: += 91 976-788-8246
--00000000000055868e058d260f7f--